Commit 4f59bae6 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@66351 954022d7-b5bf-4e40-9824-e11837661b57
parent 082c3d89
......@@ -505,7 +505,6 @@ cINDEX.prototype.Calculate = function ( arg ) {
res = arg0.getValue2( 0, arg1 - 1 );
}
else {
// console.log(_a_)
res = arg0.getValue2( arg1 - 1, arg2 - 1 );
}
}
......
......@@ -4134,9 +4134,6 @@ parserFormula.prototype = {
}
}
if ( res != undefined && res != null ) {
// this.Formula = res.toString();
// console.log( this.cellId + " " + res.toString() );
// return this.Formula;
return res.toString();
}
else {
......
......@@ -746,7 +746,6 @@
var fromIndex = 0;
while (null !== (m = re.exec(s))) {
console.log(m[1])
range = this._parseRangeStr(m[1]);
if (range) {
ret = true;
......@@ -844,7 +843,6 @@
}
}
if (res) {
//console.log(res[1])
range = t._parseRangeStr(res[1]);
}
}
......
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