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) (unidiff) | |
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 = { | |||
382 | for(var f in this.files) { | 382 | for(var f in this.files) { |
383 | if(this.files[f].state=='pending') { | 383 | if(this.files[f].state=='pending') { |
384 | var ff = this.files[f]; | 384 | var ff = this.files[f]; |
385 | dump('upload '+ff.file+'\n'); | ||
386 | this.on_file_upload(ff); | 385 | this.on_file_upload(ff); |
387 | ff.state='uploading'; | 386 | ff.state='uploading'; |
388 | this.tree.invalidate(); | 387 | this.tree.invalidate(); |
@@ -406,7 +405,6 @@ var fireflix = { | |||
406 | return; | 405 | return; |
407 | } | 406 | } |
408 | } | 407 | } |
409 | dump('uploading done\n'); | ||
410 | this.on_finish_upload(); | 408 | this.on_finish_upload(); |
411 | }, | 409 | }, |
412 | upload_to: function(_this) { _this.upload_worker(); }, | 410 | upload_to: function(_this) { _this.upload_worker(); }, |