witten
/
luminotes
Archived
1
0
Fork 0

Removing debugging print.

This commit is contained in:
Dan Helfman 2009-03-19 17:43:33 -07:00
parent 44bf7ade14
commit 92b7cf1084
1 changed files with 0 additions and 1 deletions

View File

@ -3776,7 +3776,6 @@ Upload_pulldown.prototype.update_progress = function () {
if ( self.poll_interval > CAP )
self.poll_interval = CAP;
}
console.log( self.poll_interval );
this.poller = setTimeout( function () { self.update_progress(); }, self.poll_interval );
}