Skip to content

Commit

Permalink
Delete some debugging println()'s. (#224)
Browse files Browse the repository at this point in the history
Finally figured out why my console was scrolling away every time I tab-completed something.
  • Loading branch information
jameskoch2 authored and alexarchambault committed Sep 12, 2018
1 parent 6f50c68 commit 84a8e64
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -483,8 +483,6 @@ final class ScalaInterpreter(
code
)

println(other.mkString("\n") + "\n")

val completions = completions0
.filter(!_.contains("$"))
.filter(_.nonEmpty)
Expand Down

0 comments on commit 84a8e64

Please sign in to comment.