summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Chimento <philip.chimento@gmail.com>2023-03-04 18:57:25 -0800
committerPhilip Chimento <philip.chimento@gmail.com>2023-03-04 23:40:33 -0800
commit73d6434471f35439b3fcb4e5718d7d7c3b692311 (patch)
tree6b94f5ab31742dbf9b39ad793aef9fa1bee95432
parentf0c22f38cededbaa70ebb06b92f19a454e06e7b5 (diff)
downloadgjs-73d6434471f35439b3fcb4e5718d7d7c3b692311.tar.gz
minijasmine: Remove irrelevant comment
Calling this matter of opinion "lame" annoys me and is not the kind of example I want to set in this codebase.
-rw-r--r--installed-tests/minijasmine.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/installed-tests/minijasmine.cpp b/installed-tests/minijasmine.cpp
index 9d1c65f9..3036fb87 100644
--- a/installed-tests/minijasmine.cpp
+++ b/installed-tests/minijasmine.cpp
@@ -33,7 +33,6 @@ main(int argc, char **argv)
if (argc < 2)
g_error("Need a test file");
- /* The fact that this isn't the default is kind of lame... */
g_setenv("GJS_DEBUG_OUTPUT", "stderr", false);
setlocale(LC_ALL, "");