From 1e2df5bdbb4e68996bb787a584ca47e9e597e206 Mon Sep 17 00:00:00 2001 From: Joe Savona Date: Fri, 31 Mar 2023 14:43:31 -0700 Subject: [PATCH] Remove console.log from testing sync script changes oooooops --- compiler/forget/src/index.ts | 2 -- 1 file changed, 2 deletions(-) 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;