From 022b156e37be3a7a08d1acee9bc7e31e34eaac5e Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 12 Feb 2019 20:34:20 +0100 Subject: Clean up debug --- src/sc2_test.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/sc2_test.c b/src/sc2_test.c index 6f9977f..3279887 100644 --- a/src/sc2_test.c +++ b/src/sc2_test.c @@ -30,7 +30,7 @@ #include "storycode.tab.h" #include "storycode.h" -extern int scdebug; +//int scdebug = 1; int main(int argc, char *argv[]) { @@ -44,7 +44,6 @@ int main(int argc, char *argv[]) bytes = g_file_load_bytes(file, NULL, NULL, NULL); text = g_bytes_get_data(bytes, &len); - //scdebug = 1; printf("Here goes...\n"); b = sc_scan_string(text); scparse(); -- cgit v1.2.3