Commit 31ec75be authored by Dmitry.Shahtanov's avatar Dmitry.Shahtanov Committed by Alexander.Trofimov

убран console.log

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@62927 954022d7-b5bf-4e40-9824-e11837661b57
parent 81fb3249
...@@ -957,7 +957,6 @@ DependencyGraph.prototype = { ...@@ -957,7 +957,6 @@ DependencyGraph.prototype = {
name = getDefNameVertexId( null, sNewName ); name = getDefNameVertexId( null, sNewName );
} }
this.addTableName( sNewName, ws, Ref ); this.addTableName( sNewName, ws, Ref );
console.log( sNewName );
return sNewName; return sNewName;
}, },
addTableName:function ( sName, ws, Ref ) { addTableName:function ( sName, ws, Ref ) {
......
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