Silly debug statement.

This commit is contained in:
jdolan 2013-11-19 21:23:36 -05:00
parent a6934fb21b
commit 8520a7c3ae

View file

@ -520,7 +520,6 @@ void CWatchBSP::RoutineProcessing(){
// move to next step or finish // move to next step or finish
m_iCurrentStep++; m_iCurrentStep++;
if ( m_iCurrentStep < m_pCmd->len ) { if ( m_iCurrentStep < m_pCmd->len ) {
printf("BEGIN AGAIN\n");
DoEBeginStep(); DoEBeginStep();
break; break;
} }