Merge pull request #5385 from eatkins/accidental-debug-logging

Revert accidental debug logging commit
This commit is contained in:
eugene yokota
2020-01-17 22:10:07 -05:00
committed by GitHub
@@ -18,7 +18,6 @@ final case class Reboot(
app: xsbti.ApplicationID,
baseDirectory: File
) extends xsbti.Reboot {
System.err.println("AARGH " + app.classpathExtra.toSeq)
def arguments = argsList.toArray
}
@@ -31,7 +30,6 @@ final case class ApplicationID(
crossVersionedValue: xsbti.CrossValue,
extra: Seq[File]
) extends xsbti.ApplicationID {
new Exception("make app id").printStackTrace(System.err)
def mainComponents = components.toArray
def classpathExtra = extra.toArray
def crossVersioned = crossVersionedValue != xsbti.CrossValue.Disabled