summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2005-08-15 12:17:47 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2005-08-15 12:17:47 +0100
commitab1525fe2636193e4365bb64a75ea7a6e812aab8 (patch)
tree7cafc133cb7c7125edbe8814302c3036a8e38a15 /src
parent629ccf74c82978cf3dafa104fac26673fb234489 (diff)
remove debug output
Diffstat (limited to 'src')
-rw-r--r--src/gipfel.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gipfel.cxx b/src/gipfel.cxx
index dc53fd3..8d7d98a 100644
--- a/src/gipfel.cxx
+++ b/src/gipfel.cxx
@@ -327,7 +327,6 @@ int main(int argc, char** argv) {
exit(1);
}
-fprintf(stderr, "%s\n", data_file);
control_win = create_control_window();
view_win = new Fl_Window(800, 600);