aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2013-08-14 15:11:22 +0800
committerTeddy <ted.sybil@gmail.com>2013-08-14 15:11:22 +0800
commit4c083e4776a7bff4683dc3f64d7ccd83dbb3d235 (patch)
treeed33603b1fa1d94854e683745e876469609e3073
parent8c93190f057399889425a9103fe0615dcef4e1b7 (diff)
removed debugging print
-rw-r--r--main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index 14e0e43..1b4c56c 100644
--- a/main.cpp
+++ b/main.cpp
@@ -33,7 +33,7 @@ void load_file(const char *fname) {
}
catch (GeneralError &e)
{
- fprintf(stderr, "An error occured near [%s]: %s\n", tree->ext_repr().c_str(), e.get_msg().c_str());
+ fprintf(stderr, "An error occured: %s\n", e.get_msg().c_str());
}
gc.force();
gc.cycle_resolve();