remove a little more dead code that I missed
This commit is contained in:
@@ -75,7 +75,6 @@ define([
|
|||||||
if (pathMatches(path, pattern)) {
|
if (pathMatches(path, pattern)) {
|
||||||
return f(oldval, newval, path, root);
|
return f(oldval, newval, path, root);
|
||||||
}
|
}
|
||||||
//else { console.log("path did not match pattern!"); }
|
|
||||||
},
|
},
|
||||||
pattern: pattern,
|
pattern: pattern,
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user