diff --git a/compiler/forget/src/index.ts b/compiler/forget/src/index.ts index fb453a91fe..fb58b437ea 100644 --- a/compiler/forget/src/index.ts +++ b/compiler/forget/src/index.ts @@ -18,7 +18,5 @@ declare global { let __DEV__: boolean | null | undefined; } -console.log("loading Forget!!!"); - import ReactForgetBabelPlugin from "./Babel/BabelPlugin"; export default ReactForgetBabelPlugin;