removed debugging output and IT WORKS, response from typechecker/runtime feels instantaneous

This commit is contained in:
Paul Chiusano 2018-09-20 18:49:08 -04:00
parent e921c2118c
commit dbdfd9ccc7

View File

@ -60,7 +60,6 @@ object BootstrapStream {
sys.exit(1)
}
while(true) {
println(s"Runtime waiting for input on port $localPort...")
val t = normalizedFromBinarySource(Source.fromSocketChannel(channel))
val wrangle = false
if (wrangle) {