From: Kahrl Date: Sun, 22 Jan 2012 00:14:57 +0000 (+0100) Subject: cleanup X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=4799a8f7619b1aad6f9f0c977849be81f17a3672;p=zefram%2Fminetest%2Fminetest_engine.git cleanup --- diff --git a/src/guiInventoryMenu.cpp b/src/guiInventoryMenu.cpp index cd371d06..f3346090 100644 --- a/src/guiInventoryMenu.cpp +++ b/src/guiInventoryMenu.cpp @@ -614,8 +614,6 @@ bool GUIInventoryMenu::OnEvent(const SEvent& event) move_amount = MYMIN(m_selected_amount, 10); else // left move_amount = m_selected_amount; - dstream << "move_amount=" << move_amount<<"\n"; - dstream << "m_selected_amount=" << m_selected_amount<<"\n"; if(identical) { @@ -625,8 +623,6 @@ bool GUIInventoryMenu::OnEvent(const SEvent& event) m_selected_amount -= move_amount; move_amount = 0; } - dstream << "move_amount=" << move_amount<<"\n"; - dstream << "m_selected_amount=" << m_selected_amount<<"\n"; } else if(getAbsoluteClippingRect().isPointInside(m_pointer)) {