diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2006-02-10 18:46:07 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2006-02-10 18:46:07 +0100 |
commit | 9e8cec5ec9ebde16efbd35dcf69f8f4593b5d1f1 (patch) | |
tree | 5bb9c0ceef237999b347a7be21819da27e5dc272 /src | |
parent | 28f71459b255ad798436c9dba3ca0b5613cb2ccc (diff) |
remove debug output
Diffstat (limited to 'src')
-rw-r--r-- | src/GsWidget.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/GsWidget.cxx b/src/GsWidget.cxx index 27a8cb7..c71ab11 100644 --- a/src/GsWidget.cxx +++ b/src/GsWidget.cxx @@ -148,7 +148,6 @@ int GsWidget::open_file(int fd) { if (dsc->parse(in_fd) == 0) { int bb_x, bb_y, bb_w, bb_h; - dsc->print(); dsc->get_bounding_box(&bb_x, &bb_y, &bb_w, &bb_h); paper_x = bb_w; paper_y = bb_h; |