summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/from_filesystem.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/from_filesystem.cc b/src/from_filesystem.cc
index bf63ef46f..3a3de85c6 100644
--- a/src/from_filesystem.cc
+++ b/src/from_filesystem.cc
@@ -15,8 +15,6 @@
namespace deno {
Deno* NewFromFileSystem(void* data, deno_recv_cb cb) {
- printf("load bundle " BUNDLE_LOCATION "\n");
-
std::string js_source;
CHECK(deno::ReadFileToString(BUNDLE_LOCATION, &js_source));