remove a little more dead code that I missed

This commit is contained in:
ansuz 2016-06-01 12:35:42 +02:00
parent a58d6c745a
commit fea74782a2

View file

@ -75,7 +75,6 @@ define([
if (pathMatches(path, pattern)) {
return f(oldval, newval, path, root);
}
//else { console.log("path did not match pattern!"); }
},
pattern: pattern,
});