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
commit 9920da77a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -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