Skip to content

Commit 4f659ef

Browse files
Remove debugging statement in adaptor.js
1 parent 41c10e6 commit 4f659ef

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)