Skip to content

Commit

Permalink
Merge pull request #95 from OHDSI/remove_setDebugFile_call
Browse files Browse the repository at this point in the history
Remove console.setDebugFile
  • Loading branch information
schuemie committed Jun 29, 2015
2 parents 8016cef + 7094099 commit 8ae8bdc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/org/ohdsi/whiteRabbit/WhiteRabbitMain.java
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,6 @@ private JComponent createConsolePanel() {
consoleArea.setEditable(false);
Console console = new Console();
console.setTextArea(consoleArea);
console.setDebugFile("c:/temp/debug.txt");
System.setOut(new PrintStream(console));
System.setErr(new PrintStream(console));
JScrollPane consoleScrollPane = new JScrollPane(consoleArea);
Expand Down

0 comments on commit 8ae8bdc

Please sign in to comment.