From 8520a7c3aef1e9430bdc5991c63d9c03fda15efa Mon Sep 17 00:00:00 2001 From: jdolan Date: Tue, 19 Nov 2013 21:23:36 -0500 Subject: [PATCH] Silly debug statement. --- radiant/watchbsp.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/radiant/watchbsp.cpp b/radiant/watchbsp.cpp index f7720e58..eb1c7aa1 100644 --- a/radiant/watchbsp.cpp +++ b/radiant/watchbsp.cpp @@ -520,7 +520,6 @@ void CWatchBSP::RoutineProcessing(){ // move to next step or finish m_iCurrentStep++; if ( m_iCurrentStep < m_pCmd->len ) { - printf("BEGIN AGAIN\n"); DoEBeginStep(); break; }