summaryrefslogtreecommitdiff
path: root/src/GsWidget.cxx
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-02-10 18:46:07 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-02-10 18:46:07 +0100
commit9e8cec5ec9ebde16efbd35dcf69f8f4593b5d1f1 (patch)
tree5bb9c0ceef237999b347a7be21819da27e5dc272 /src/GsWidget.cxx
parent28f71459b255ad798436c9dba3ca0b5613cb2ccc (diff)
remove debug output
Diffstat (limited to 'src/GsWidget.cxx')
-rw-r--r--src/GsWidget.cxx1
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;