Skip to content

Commit

Permalink
remove accidentally added system.err calls
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jul 2, 2016
1 parent 6fa940a commit 07cc3c6
Showing 1 changed file with 0 additions and 5 deletions.
Expand Up @@ -1273,11 +1273,6 @@ else if (superClass != null) {
if (!result.hasHandlers()) {
_typeCache.putIfAbsent(key, result); // cache object syncs
}
else {
System.err.println("DEBUG: prob for "+rawType);
System.err.println("DEBUG: resolved as "+result);
throw new Error("Handlers for: "+result);
}
return result;
}

Expand Down

0 comments on commit 07cc3c6

Please sign in to comment.