Skip to content

Commit

Permalink
Merge pull request apache#207 from shivaram/err-remove
Browse files Browse the repository at this point in the history
Remove print statement in SparkRBackendHandler
  • Loading branch information
shivaram committed Mar 6, 2015
2 parents bcb0bf5 + a8cebf0 commit 789be97
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ class SparkRBackendHandler(server: SparkRBackend)
}
}
if (!parameterWrapperType.isInstance(args(i))) {
System.err.println(s"arg $i not match: expected type $parameterWrapperType, but got ${args(i).getClass()}")
return false
}
}
Expand Down

0 comments on commit 789be97

Please sign in to comment.