Github user rdblue commented on a diff in the pull request:

    https://github.com/apache/incubator-toree/pull/116#discussion_r107525449
  
    --- Diff: 
scala-interpreter/src/main/scala/org/apache/toree/kernel/interpreter/scala/ScalaInterpreter.scala
 ---
    @@ -48,7 +48,7 @@ class ScalaInterpreter(private val config:Config = 
ConfigFactory.load) extends I
     
        protected val lastResultOut = new ByteArrayOutputStream()
     
    -   protected val multiOutputStream = MultiOutputStream(List(Console.out, 
lastResultOut))
    +   protected val multiOutputStream = MultiOutputStream(List(lastResultOut))
    --- End diff --
    
    I'd rather change the test to fix this than keep a variable that is 
useless. Is that possible?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to