Remove stdout debugging.
authorDavid ‘Bombe’ Roden <bombe@freenetproject.org>
Sun, 1 Apr 2012 16:29:45 +0000 (18:29 +0200)
committerDavid ‘Bombe’ Roden <bombe@freenetproject.org>
Sun, 1 Apr 2012 16:29:45 +0000 (18:29 +0200)
src/de/todesbaum/jsite/gui/ProjectFilesPage.java

index a6fa3ab..80bb52c 100644 (file)
@@ -251,7 +251,6 @@ public class ProjectFilesPage extends TWizardPage implements ActionListener, Lis
                                FileOption fileOption = getSelectedFile();
                                if (fileOption == null) {
                                        /* no file selected. */
-                                       System.out.println("yfwdasd");
                                        return;
                                }
                                Document document = documentEvent.getDocument();