diff options
Diffstat (limited to 'src/compiler.js')
-rw-r--r-- | src/compiler.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/compiler.js b/src/compiler.js index a3e9479f..89da32d5 100644 --- a/src/compiler.js +++ b/src/compiler.js @@ -48,9 +48,6 @@ if (ENVIRONMENT_IS_NODE) { arguments_ = process['argv'].slice(2); - // Print the shbang line - print('#!/usr/bin/env node'); - } else if (ENVIRONMENT_IS_SHELL) { // Polyfill over SpiderMonkey/V8 differences if (!this['read']) { |