[colobot] 147/390: I forgot to remove some debug stuff

Didier Raboud odyx at moszumanska.debian.org
Fri Jun 12 14:21:39 UTC 2015


This is an automated email from the git hooks/post-receive script.

odyx pushed a commit to branch upstream/latest
in repository colobot.

commit d6d08797ca4559fef3e74d747b8dde55153d823e
Author: krzys-h <krzys_h at interia.pl>
Date:   Wed Oct 29 21:13:12 2014 +0100

    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;
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/colobot.git



More information about the Pkg-games-commits mailing list