summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-07-05 10:08:52 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-07-05 10:08:52 +0000
commitc461bdce834fad7cfd6e7e5398c98e38f32cf8e8 (patch)
tree4b9f6c1fcad533e11863b53ec5437e45b88e3e9a
parentdaeafef1ade3fc7eea8d03ef2397519cd36b1961 (diff)
- Remove debug code
git-svn-id: https://svn.roundcube.net/trunk@4908 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/program/include/main.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/include/main.inc b/roundcubemail/program/include/main.inc
index 2a5a66020..5c88227fc 100644
--- a/roundcubemail/program/include/main.inc
+++ b/roundcubemail/program/include/main.inc
@@ -2105,7 +2105,7 @@ function rcube_upload_progress()
'current' => show_bytes($params['current']),
'total' => show_bytes($params['total'])
)));
-console($params);
+
$RCMAIL->output->command('upload_progress_update', $params);
$RCMAIL->output->send();
}