From 790a0930a6d9eb52020193b8f5aabf5da1075ba3 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Sun, 12 Nov 2006 22:14:50 +0000 Subject: remove unneeded dumps git-svn-id: http://svn.klever.net/kin/fireflix/trunk@216 fe716a7a-6dde-0310-88d9-d003556173a8 --- diff --git a/content/fireflix.js b/content/fireflix.js index a4f13b6..0f51397 100644 --- a/content/fireflix.js +++ b/content/fireflix.js @@ -382,7 +382,6 @@ var fireflix = { for(var f in this.files) { if(this.files[f].state=='pending') { var ff = this.files[f]; - dump('upload '+ff.file+'\n'); this.on_file_upload(ff); ff.state='uploading'; this.tree.invalidate(); @@ -406,7 +405,6 @@ var fireflix = { return; } } - dump('uploading done\n'); this.on_finish_upload(); }, upload_to: function(_this) { _this.upload_worker(); }, -- cgit v0.9.0.2