From: Ricardo Cruz Date: Tue, 20 Apr 2004 14:30:03 +0000 (+0000) Subject: Just removed two printfs I have mistakelly committed. X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=54f68e8488764973b7bc2dc7e8e2d97c4c4f55f8;p=supertux.git Just removed two printfs I have mistakelly committed. SVN-Revision: 591 --- diff --git a/src/leveleditor.cpp b/src/leveleditor.cpp index 92c8ec57b..acda8484b 100644 --- a/src/leveleditor.cpp +++ b/src/leveleditor.cpp @@ -345,11 +345,8 @@ int leveleditor(int levelnb) mouse_cursor->draw(); -printf("done: %i\n", done); - if(done) { -printf("done\n"); le_quit(); return 0; }