Skip to content

Commit b57443d

Browse files
authored
Merge pull request #222 from andrewsomething/remove-debug
Remove debugging statement in adaptor.js
2 parents 41c10e6 + 4f659ef commit b57443d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

adaptor.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -840,7 +840,6 @@ function transform(api, defaults, callback) {
840840
};
841841
};
842842
obj.this = function() {
843-
console.warn('this called');
844843
return thisFunc(this.paramName);
845844
};
846845
obj.length = function() {

0 commit comments

Comments
 (0)