Skip to content

Commit

Permalink
test: remove console.logs
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Apr 1, 2021
1 parent 3a8c9bb commit 3e0da09
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test.ts
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
import { Base } from "./src";

const fooPlugin = (test: Base) => {
console.log("plugin evalutes");

return {
foo: () => "foo",
};
};
const barPlugin = (test: Base) => {
console.log("plugin evalutes");

return {
bar: () => "bar",
};
Expand Down

0 comments on commit 3e0da09

Please sign in to comment.