Remove dev console logging

pull/1/head
yflory 2018-05-17 10:29:25 +02:00
parent e2052b4510
commit 5554c24b36
1 changed files with 0 additions and 1 deletions

View File

@ -631,7 +631,6 @@ define([
if (!$loading.length || loading.error) { return; }
var $progress;
if (isDrive) {
console.log(data);
// Drive state
if (loading.driveState === -1) { return; } // Already loaded
$progress = $loading.find('.cp-loading-progress-drive');