From d6d08797ca4559fef3e74d747b8dde55153d823e Mon Sep 17 00:00:00 2001 From: krzys-h Date: Wed, 29 Oct 2014 21:13:12 +0100 Subject: I forgot to remove some debug stuff --- src/ui/studio.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/ui/studio.cpp b/src/ui/studio.cpp index acfe720..93fd050 100644 --- a/src/ui/studio.cpp +++ b/src/ui/studio.cpp @@ -1548,7 +1548,6 @@ std::string CStudio::SearchDirectory(bool bCreate, bool physfsReady) if(physfsReady) { boost::replace_all(dir2, CResourceManager::GetSaveLocation()+"/", ""); } - CLogger::GetInstancePointer()->Debug("%s -> %s\n", dir, dir2.c_str()); return dir2; } @@ -1620,8 +1619,6 @@ bool CStudio::WriteProgram() if ( pw == nullptr ) return false; pe = static_cast< CEdit* >(pw->SearchControl(EVENT_STUDIO_EDIT)); if ( pe == nullptr ) return false; - - CLogger::GetInstancePointer()->Debug("%s\n", dir); if ( !pe->WriteText(std::string(dir)) ) return false; -- cgit v1.2.3-1-g7c22