Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5297 in orxonox.OLD


Ignore:
Timestamp:
Oct 7, 2005, 12:26:33 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: fixed out some really useless debug-code in the EventHandler

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/event/event_handler.cc

    r5291 r5297  
    270270      PRINT(4)("=  Got Event nr %i, for state %i", ev.type, this->state);
    271271
    272       //! @todo fix this debug code away */
    273       ////////////////////////////////////////////////////////////////
    274272      listener = this->listeners[this->state][ev.type];
    275       if (!ClassList::exists(listener, CL_EVENT_LISTENER) && listener != NULL)
    276       {
    277         ClassList::debug(3, CL_EVENT_LISTENER);
    278         this->debug();
    279         printf("ERROR THIS EVENT DOES NOT EXIST\n");
    280         return;
    281       }
    282       ////////////////////////////////////////////////////////////////
    283273      if( listener != NULL)
    284274        {
Note: See TracChangeset for help on using the changeset viewer.