mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
Removed leftover console.log
This commit is contained in:
parent
52e23446bf
commit
0f65a7286b
@ -154,7 +154,6 @@ ForNode.prototype = {
|
||||
var step = parts.step;
|
||||
var comparison = '<=';
|
||||
|
||||
console.log("STEP!!!: ", step, from, to);
|
||||
if (typeof step === 'number') {
|
||||
if (step < 0) {
|
||||
comparison = '>=';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user