Skip to content

Commit

Permalink
TEIID-4578 removing sys outs
Browse files Browse the repository at this point in the history
  • Loading branch information
shawkins committed Mar 31, 2017
1 parent a4c9060 commit bfc10d0
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -814,10 +814,8 @@ public static String formatType(org.teiid.CommandContext cc, int oid, int typmod
if (isArray) {
name += "[]"; //$NON-NLS-1$
}
System.out.println(name);
return name;
}
System.out.println("unknown");
return "???"; //$NON-NLS-1$
} finally {
if (c != null) {
Expand Down

0 comments on commit bfc10d0

Please sign in to comment.