From e1b29d03d1fa9f1e6716fdd03f4baa62a02240dd Mon Sep 17 00:00:00 2001 From: Ira Rice Date: Sat, 10 Jan 2009 17:10:38 -0700 Subject: Removed a debug line that was accidently left in. Signed-off-by: Ira Rice --- src/gui/ministatus.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/gui/ministatus.cpp b/src/gui/ministatus.cpp index 6d9fc5b1..c4c834c7 100644 --- a/src/gui/ministatus.cpp +++ b/src/gui/ministatus.cpp @@ -97,8 +97,6 @@ void MiniStatusWindow::update() float xp = (float) player_node->getXp() / player_node->mXpForNextLevel; - std::cout << xp << std::endl; - if (xp != xp) xp = 0.0f; // check for NaN if (xp < 0.0f) xp = 0.0f; // make sure the experience isn't negative (uninitialized pointer most likely) if (xp > 1.0f) xp = 1.0f; -- cgit v1.2.3-70-g09d2