diff options
-rw-r--r-- | docs/bundler/macros.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/bundler/macros.md b/docs/bundler/macros.md index 93d88dcfe..53aa01558 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 |