Skip to content

Commit

Permalink
fix: Remove stray log statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
amanda-mitchell committed Nov 16, 2024
1 parent 601f982 commit cd232ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ function createCallbackWrapper(callbackName) {
registries || {},
)) {
const plugin = await getChildPlugin(registryName);
console.log({ plugin });

const callback = plugin[callbackName];
if (!callback) {
Expand Down

0 comments on commit cd232ee

Please sign in to comment.