summaryrefslogtreecommitdiff
path: root/src/openscad.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/openscad.cc')
-rw-r--r--src/openscad.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/openscad.cc b/src/openscad.cc
index a345569..3b960f3 100644
--- a/src/openscad.cc
+++ b/src/openscad.cc
@@ -351,8 +351,9 @@ int main(int argc, char **argv)
ModuleContext root_ctx;
root_ctx.registerBuiltin();
PRINT("Root Context:");
+#if 0 && DEBUG
root_ctx.dump(NULL, NULL);
-
+#endif
fs::path fpath = boosty::absolute(fs::path(filename));
fs::path fparent = fpath.parent_path();
fs::current_path(fparent);
contact: Jan Huwald // Impressum