pjfanning commented on code in PR #887:
URL: https://github.com/apache/incubator-pekko/pull/887#discussion_r1437562053
##########
actor-tests/src/test/scala/org/apache/pekko/actor/SchedulerSpec.scala:
##########
@@ -713,14 +770,12 @@ class LightArrayRevolverSchedulerSpec extends
PekkoSpec(SchedulerSpec.testConfRe
@volatile var time: Long = start
val sched = new
LightArrayRevolverScheduler(config.withFallback(system.settings.config), log,
tf) {
override protected def clock(): Long = {
- // println(s"clock=$time")
time
}
override protected def getShutdownTimeout: FiniteDuration = (10
seconds).dilated
override protected def waitNanos(ns: Long): Unit = {
- // println(s"waiting $ns")
Review Comment:
remove the printlns
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]