Skip to content

Commit

Permalink
Remove debug print statement (minor)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewor14 committed Aug 19, 2014
1 parent b71f52b commit c84f5c8
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,6 @@ object SparkClassLauncher {
Seq(s"-Xms$javaMemory", s"-Xmx$javaMemory") ++
Seq(mainClass) ++
args.slice(8, args.size)

command.foreach(println)

val builder = new ProcessBuilder(command)
val process = builder.start()
new RedirectThread(System.in, process.getOutputStream, "redirect stdin").start()
Expand Down

0 comments on commit c84f5c8

Please sign in to comment.