wip: removing console calls
[fnpeditor.git] / src / editor / modules / documentCanvas / canvas / canvas.js
index ae75d61..d13e2ea 100644 (file)
@@ -13,7 +13,7 @@ define([
 var TextHandler = function(canvas) {this.canvas = canvas; this.buffer = null};
 $.extend(TextHandler.prototype, {
     handle: function(node, text) {
-        console.log('canvas text handler: ' + text);
+        //console.log('canvas text handler: ' + text);
         this.setText(text, node);
         return;
         if(!this.node) {