From de8a21c7417337feb186d6ff2f387a7ed005b0dd Mon Sep 17 00:00:00 2001 From: Damien Radtke Date: Tue, 28 Jul 2015 17:31:24 -0500 Subject: [PATCH] Remove extraneous printf --- src/parser.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/parser.c b/src/parser.c index 806d386..a20067f 100644 --- a/src/parser.c +++ b/src/parser.c @@ -264,8 +264,6 @@ ALLEGRO_MAP *al_open_map(const char *dir, const char *filename) return NULL; } - printf("current directory: %s\n", al_get_current_directory()); - al_destroy_path(resources); al_destroy_path(map_dir);