- Remove debug code

release-0.6
alecpl 14 years ago
parent 62811c4a70
commit b1057a2781

@ -2105,7 +2105,7 @@ function rcube_upload_progress()
'current' => show_bytes($params['current']), 'current' => show_bytes($params['current']),
'total' => show_bytes($params['total']) 'total' => show_bytes($params['total'])
))); )));
console($params);
$RCMAIL->output->command('upload_progress_update', $params); $RCMAIL->output->command('upload_progress_update', $params);
$RCMAIL->output->send(); $RCMAIL->output->send();
} }

Loading…
Cancel
Save