author | Michael Krelin <hacker@klever.net> | 2006-11-12 22:14:50 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2006-11-12 22:14:50 (UTC) |
commit | 790a0930a6d9eb52020193b8f5aabf5da1075ba3 (patch) (side-by-side diff) | |
tree | 85860b287ce2d3b105229baa781fa67075e7cf95 /content | |
parent | afcae0d9514f35c96484e6db1eb21e76821b5654 (diff) | |
download | fireflix-790a0930a6d9eb52020193b8f5aabf5da1075ba3.zip fireflix-790a0930a6d9eb52020193b8f5aabf5da1075ba3.tar.gz fireflix-790a0930a6d9eb52020193b8f5aabf5da1075ba3.tar.bz2 |
remove unneeded dumps
git-svn-id: http://svn.klever.net/kin/fireflix/trunk@216 fe716a7a-6dde-0310-88d9-d003556173a8
-rw-r--r-- | content/fireflix.js | 2 |
1 files changed, 0 insertions, 2 deletions
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(); }, |