remove println's in test
This commit is contained in:
parent
a14b104160
commit
77b44551fd
1 changed files with 0 additions and 2 deletions
|
|
@ -20,7 +20,6 @@ class ExecutorBasedEventDrivenDispatcherActorsTest extends JUnitSuite with MustM
|
|||
case x: Int => {
|
||||
Thread.sleep(50) // slow actor
|
||||
finishedCounter.countDown
|
||||
println("s processed " + x)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -32,7 +31,6 @@ class ExecutorBasedEventDrivenDispatcherActorsTest extends JUnitSuite with MustM
|
|||
def receive = {
|
||||
case x: Int => {
|
||||
finishedCounter.countDown
|
||||
println("f processed " + x)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue