diff --git a/stepmania/src/RageFileDriverDirectHelpers.cpp b/stepmania/src/RageFileDriverDirectHelpers.cpp index ffafcf0187..21e5c2d579 100644 --- a/stepmania/src/RageFileDriverDirectHelpers.cpp +++ b/stepmania/src/RageFileDriverDirectHelpers.cpp @@ -181,7 +181,6 @@ bool CreateDirectories( CString Path ) } #endif - if(LOG)LOG->Trace("mkdir %s", curpath.c_str()); if( DoMkdir(curpath, 0755) == 0 ) continue;