Removed console logging for primListGetLine.
This commit is contained in:
parent
77600aae71
commit
0e64284e36
1 changed files with 0 additions and 3 deletions
|
@ -195,10 +195,7 @@ VarListPrims.prototype.primListGetLine = function(b) {
|
|||
else if (list.length < line) return 0;
|
||||
|
||||
var w = findListWatcher(interp.targetSprite().objName, interp.arg(b, 1));
|
||||
console.log(w)
|
||||
console.log(line)
|
||||
w.lastUpdated = line;
|
||||
console.log(w)
|
||||
return list[line - 1];
|
||||
};
|
||||
|
||||
|
|
Reference in a new issue