Remove console.log from testing sync script changes

oooooops
This commit is contained in:
Joe Savona
2023-03-31 14:43:31 -07:00
parent 28e6a974fa
commit 1e2df5bdbb
-2
View File
@@ -18,7 +18,5 @@ declare global {
let __DEV__: boolean | null | undefined;
}
console.log("loading Forget!!!");
import ReactForgetBabelPlugin from "./Babel/BabelPlugin";
export default ReactForgetBabelPlugin;