Removed leftover console.log

This commit is contained in:
Patrick Steele-Idem 2014-07-18 11:31:10 -06:00
parent 52e23446bf
commit 0f65a7286b

View File

@ -154,7 +154,6 @@ ForNode.prototype = {
var step = parts.step; var step = parts.step;
var comparison = '<='; var comparison = '<=';
console.log("STEP!!!: ", step, from, to);
if (typeof step === 'number') { if (typeof step === 'number') {
if (step < 0) { if (step < 0) {
comparison = '>='; comparison = '>=';