Commit ce3a6504 authored by Akikonata's avatar Akikonata

deleted console log

parent 1becb150
...@@ -69,7 +69,6 @@ kity.extendClass( Minder, { ...@@ -69,7 +69,6 @@ kity.extendClass( Minder, {
this._pushCommandStack( command ); this._pushCommandStack( command );
cmdArgs = Array.prototype.slice.call( arguments, 1 ); cmdArgs = Array.prototype.slice.call( arguments, 1 );
console.log( cmdArgs );
eventParams = { eventParams = {
command: command, command: command,
......
...@@ -148,8 +148,6 @@ var ConnectModule = KityMinder.registerModule( "ConnectModule", function () { ...@@ -148,8 +148,6 @@ var ConnectModule = KityMinder.registerModule( "ConnectModule", function () {
var nodeD = node.getData( "data" ); var nodeD = node.getData( "data" );
_connect.stroke( new kity.Pen( nodeD.style.stroke, nodeD.style.strokeWidth ) ); _connect.stroke( new kity.Pen( nodeD.style.stroke, nodeD.style.strokeWidth ) );
node.setData( "connect", _connect ); node.setData( "connect", _connect );
console.log( _connect );
minder.getRenderContainer().addShape( _connect ); minder.getRenderContainer().addShape( _connect );
} }
} )(); } )();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment