X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=manifold%2Fstatic%2Fjs%2Fbuffer.js;fp=manifold%2Fstatic%2Fjs%2Fbuffer.js;h=c33f34b81510c63c191c5c607713b44c14e10fab;hb=ffc68fa6f93c8acfeb7b4a84a8dbf0ff69af9409;hp=46bac84aa8188997c18f1a4e3d410421b2f3f411;hpb=8fee4a801b9b11f3f40aad82c41e2c2cdcf48080;p=myslice.git diff --git a/manifold/static/js/buffer.js b/manifold/static/js/buffer.js index 46bac84a..c33f34b8 100644 --- a/manifold/static/js/buffer.js +++ b/manifold/static/js/buffer.js @@ -20,7 +20,7 @@ var Buffer = Class.extend({ this._timerid = setInterval( (function(self) { //Self-executing func which takes 'this' as self return function() { //Return a function in the context of 'self' - console.log("running callback"); + messages.debug("running callback"); clearInterval(self._timerid); self._callback.apply(self._callback_this); }