- commented out debug printf

This commit is contained in:
Mark Vejvoda
2011-01-02 09:34:14 +00:00
parent 5f4d3e9088
commit e7ee0b81fe

View File

@@ -161,7 +161,7 @@ void MainMenu::keyPress(char c){
} }
void MainMenu::setState(MenuState *newstate) { void MainMenu::setState(MenuState *newstate) {
printf("In [%s::%s Line: %d] oldstate [%p] newstate [%p] this->state [%p]\n",__FILE__,__FUNCTION__,__LINE__,oldstate,newstate,this->state); //printf("In [%s::%s Line: %d] oldstate [%p] newstate [%p] this->state [%p]\n",__FILE__,__FUNCTION__,__LINE__,oldstate,newstate,this->state);
//delete this->state; //delete this->state;
//this->state = newstate; //this->state = newstate;