summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-07-21 19:08:24 -0400
committerGitHub <noreply@github.com>2018-07-21 19:08:24 -0400
commitdff5c16e85b9ee7e610d17792f8c301af1a9c458 (patch)
treecdb3a7ab2c6e4a1d422776873bea95774ffbe806 /src
parent709b0cb90cec938cbfd3d49ed1c35fa949bda36a (diff)
Add tools/test.py test runner. (#384)
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));