Skip to content

Commit

Permalink
Erroneously left in a debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
johncurrier committed Aug 6, 2008
1 parent 498edbf commit 8169b0b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/net/sourceforge/schemaspy/SchemaAnalyzer.java
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,6 @@ public int analyze(Config config) throws Exception {

if (schema != null)
xmlName += '.' + schema;
System.err.println(new File(outputDir, xmlName + ".xml"));

out = new LineWriter(new File(outputDir, xmlName + ".xml"), Config.DOT_CHARSET);
document.getDocumentElement().normalize();
Expand Down

0 comments on commit 8169b0b

Please sign in to comment.