mirror of https://github.com/sbt/sbt.git
Revert accidental debug logging commit
This was accidentally included in a formatting commit
cf745255e8.
This commit is contained in:
parent
cfa410cbd7
commit
3c54559236
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue