Removed console logging for primListGetLine.

This commit is contained in:
Scimonster 2013-11-05 13:32:50 +02:00
parent 77600aae71
commit 0e64284e36

View file

@ -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];
};