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

Commit 0eac077

Browse files
committed
del Comment
1 parent 9bfe84a commit 0eac077

File tree

1 file changed

+0
-2
lines changed
  • modules/nodejs-agent/lib/plugins/amqp

1 file changed

+0
-2
lines changed

modules/nodejs-agent/lib/plugins/amqp/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,12 @@ module.exports = new Plugin("amqp-plugin", "amqp", [{
2424
_description: "Enhance all version of amqp module",
2525
_enhanceModules: ["amqp"],
2626
canEnhance: function(version, enhanceFile) {
27-
console.log("==============amqp canEnhance enhanceFile:"+enhanceFile+" version:"+version);
2827
if (this._enhanceModules.indexOf(enhanceFile) > -1) {
2928
return true;
3029
}
3130
return false;
3231
},
3332
getInterceptor: function(enhanceFile) {
34-
console.log("==============amqp getInterceptor enhanceFile:"+enhanceFile);
3533
return require("./" + enhanceFile);
3634
},
3735
}]);

0 commit comments

Comments
 (0)