summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 32102f3b3..5aa164df8 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -575,7 +575,7 @@ static void set_extensions_env()
g_setenv("PYTHONPATH", new_pythonpath, TRUE);
g_free(new_pythonpath);
- printf("PYTHONPATH = %s\n", g_getenv("PYTHONPATH"));
+ //printf("PYTHONPATH = %s\n", g_getenv("PYTHONPATH"));
}
/**