From 60e0edb211b6d0331efebb8badc86c4e4bcdff7b Mon Sep 17 00:00:00 2001 From: Marius Kintel Date: Mon, 17 Jun 2013 23:24:01 -0400 Subject: Removed 'Root Context' debug output diff --git a/src/openscad.cc b/src/openscad.cc index 7c54762..bcde5e2 100644 --- a/src/openscad.cc +++ b/src/openscad.cc @@ -330,7 +330,6 @@ int main(int argc, char **argv) // Top context - this context only holds builtins ModuleContext top_ctx; top_ctx.registerBuiltin(); - PRINT("Root Context:"); #if 0 && DEBUG top_ctx.dump(NULL, NULL); #endif -- cgit v0.10.1