mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-01-10 12:01:10 +00:00
Silly debug statement.
This commit is contained in:
parent
a6934fb21b
commit
8520a7c3ae
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue