mirror of
https://github.com/sbt/sbt.git
synced 2026-08-29 01:24:09 +02:00
Merge pull request #5385 from eatkins/accidental-debug-logging
Revert accidental debug logging commit
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user