i3lock-color

The world's most popular non-default computer lockscreen.
Index Commits Files Refs README LICENSE
commit d03fbe70c92505627af61a1464f2eaafe9fcbfd5
parent b46038848c33072c269e91517a644854de015ef6
Author: Chris Guillott <chris@techfo.xyz>
Date:   Sat, 19 Aug 2017 17:09:57 -0400

remove debug code

Diffstat:
Mi3lock.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/i3lock.c b/i3lock.c
@@ -1373,10 +1373,8 @@ int main(int argc, char *argv[]) {
     const char *locale = getenv("LC_ALL");
     if (!locale || !*locale)
         locale = getenv("LC_CTYPE");
-        fprintf(stderr, "Locale get (lc_ctype): %s\n", locale);
     if (!locale || !*locale)
         locale = getenv("LANG");
-        fprintf(stderr, "Locale get (lang): %s\n", locale);
     if (!locale || !*locale) {
         if (debug_mode)
             fprintf(stderr, "Can't detect your locale, fallback to C\n");