diff --git a/docs/bundler/macros.md b/docs/bundler/macros.md index 93d88dcfe9..53aa015587 100644 --- a/docs/bundler/macros.md +++ b/docs/bundler/macros.md @@ -70,8 +70,6 @@ import {returnFalse} from './returnFalse.ts' with { type: 'macro' }; if (returnFalse()) { console.log("This code is eliminated"); } - -console.log(obj.foo); ``` ## Security