Oups. Forgot to remove the throw used to test ExceptionWidget, lanched

after ten RoutingEvents...
This commit is contained in:
Jean-Paul Chaput 2010-12-15 16:08:33 +00:00
parent 410e81a42b
commit 3d28803fed
1 changed files with 0 additions and 3 deletions

View File

@ -392,9 +392,6 @@ namespace Kite {
cmess2.flush();
}
if ( RoutingEvent::getProcesseds() >= 10 )
throw Error ( "Stopped after 10 events." );
if ( RoutingEvent::getProcesseds() >= limit ) setInterrupt ( true );
count++;
}