From 2532fb4f2ffac65e287f7a26a4b84e19a83f42e5 Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Sun, 21 Feb 2016 11:39:24 -0800 Subject: debugging tweaks --- src/binaryen-shell.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/binaryen-shell.cpp') diff --git a/src/binaryen-shell.cpp b/src/binaryen-shell.cpp index 68d00d019..866ea2fa4 100644 --- a/src/binaryen-shell.cpp +++ b/src/binaryen-shell.cpp @@ -376,7 +376,6 @@ int main(int argc, const char* argv[]) { if (options.debug) std::cerr << "parsing text to s-expressions...\n"; SExpressionParser parser(input.data()); Element& root = *parser.root; - if (options.debug) std::cout << root << '\n'; // A .wast may have multiple modules, with some asserts after them bool checked = false; -- cgit v1.2.3