Skip to content

Commit

Permalink
[misc] printstacktrace deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
rusher committed Mar 30, 2016
1 parent b14d9c4 commit cbe5a5c
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -152,7 +152,6 @@ public Void run() throws Exception {
}

} catch (GSSException le) {
le.printStackTrace();
throw new QueryException("GSS-API authentication exception", 0, "28000", le);
}
return null;
Expand Down

0 comments on commit cbe5a5c

Please sign in to comment.