From cb89f040b4f30401dffe3e8181564bff4fc50ca7 Mon Sep 17 00:00:00 2001 From: Thomas Date: Sat, 20 Jun 2015 16:42:34 +0200 Subject: [PATCH] Remove debugging --- src/windows/loadsave.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/windows/loadsave.c b/src/windows/loadsave.c index a95720fc4d..88e4662520 100644 --- a/src/windows/loadsave.c +++ b/src/windows/loadsave.c @@ -452,7 +452,6 @@ static void window_loadsave_paint() } static void shorten_path(char* path, char* buffer, int available_width){ - puts("Shortening"); int length = strlen(path); // Return full string if it fits