diff options
author | Jürgen Schweizer <oe6jue@oevsv.at> | 2019-02-21 01:21:48 +0100 |
---|---|---|
committer | Jürgen Schweizer <oe6jue@oevsv.at> | 2019-02-21 01:21:48 +0100 |
commit | 05a786e3d58e0cef3f8b764866ef6795719f68f2 (patch) | |
tree | ecb66f3fc0c9a79157f7a932e7015c44c83c1332 | |
parent | b85afd8b281f5de7e956bf785c6ae2a8ccce1201 (diff) |
switch off debugging
-rwxr-xr-x | meetup/gen_dates.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meetup/gen_dates.sh b/meetup/gen_dates.sh index 5b9160d..62360a2 100755 --- a/meetup/gen_dates.sh +++ b/meetup/gen_dates.sh @@ -6,7 +6,7 @@ LIMIT=3 # uncomment to enable debug -DEBUG=0 +#DEBUG=1 # where to put the output files? NEXT_FILE="next.html" |