Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove extraneous printf
  • Loading branch information
Damien Radtke committed Jul 28, 2015
1 parent b46b58c commit de8a21c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/parser.c
Expand Up @@ -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);

Expand Down

0 comments on commit de8a21c

Please sign in to comment.