removing useless console.log

bzr revid: fva@openerp.com-20120222095632-i9m16yrrrci71km3
This commit is contained in:
Frédéric van der Essen 2012-02-22 10:56:32 +01:00
parent 26fd73e419
commit a444a588cd
2 changed files with 0 additions and 3 deletions

View File

@ -455,7 +455,6 @@
window.CuteGraph.wordwrap = wordwrap;
console.log("graph module fully loaded");
})(window);

View File

@ -322,7 +322,6 @@
}
return true;
};
console.log("vec2 module fully loaded");
})(window);
(function(window){
@ -479,7 +478,6 @@
return this.contains(new Vec2(x,y));
};
console.log("bounds module fully loaded");
})(window);