Skip to content
This repository was archived by the owner on Dec 4, 2021. It is now read-only.

Commit 7edf1f2

Browse files
committed
removed some logging
1 parent b892cd4 commit 7edf1f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scope.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ Scope.prototype.isSource = function(name) {
654654
if (typeof name != 'string')
655655
return false;
656656
for (var i in this.sources) {
657-
console.log(name, i);
657+
// console.log(name, i);
658658
if (name.search(this.sources[i]) === 0) {
659659
return true;
660660
}

0 commit comments

Comments
 (0)