Skip to content

Commit

Permalink
cut out some debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
AllinCottrell committed Jan 10, 2025
1 parent bae9294 commit f2df144
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gui/session.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
#include "../pixmaps/bundle.xpm"

#define SESSION_DEBUG 0
#define GRAPH_DEBUG 1
#define GRAPH_DEBUG 0
#define SESSION_BUNDLE 1

#define SHOWNAMELEN 15
Expand Down
2 changes: 1 addition & 1 deletion gui/settings.c
Original file line number Diff line number Diff line change
Expand Up @@ -2533,7 +2533,7 @@ static int common_read_rc_setup (int updated)
#endif

langid = gretl_lang_id_from_name(langpref);
#if 1 //def G_OS_WIN32
#if 0
fprintf(stderr, "rc_setup: langpref='%s', langid=%d, lcnumeric=%d\n",
langpref, langid, lcnumeric);
#endif
Expand Down
2 changes: 1 addition & 1 deletion lib/src/gretl_intl.c
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ set_locale_with_workaround (int langid, const char *lcode,
test = setlocale(LC_ALL, NULL);
}

#if 1
#if 0
fprintf(stderr, "original locale '%s'\n", orig == NULL ? "null" : orig);
fprintf(stderr, "lcode '%s', lcopy '%s', test '%s'\n",
lcode == NULL ? "null" : lcode,
Expand Down

0 comments on commit f2df144

Please sign in to comment.