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; }