From 73d6434471f35439b3fcb4e5718d7d7c3b692311 Mon Sep 17 00:00:00 2001 From: Philip Chimento Date: Sat, 4 Mar 2023 18:57:25 -0800 Subject: 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. --- installed-tests/minijasmine.cpp | 1 - 1 file changed, 1 deletion(-) 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, ""); -- cgit v1.2.1