summaryrefslogtreecommitdiff
path: root/src/PSEditModel.cxx
diff options
context:
space:
mode:
authorJohannes Hofmann <johannes.hofmann@gmx.de>2004-10-26 16:11:14 +0000
committerJohannes Hofmann <johannes.hofmann@gmx.de>2004-10-26 16:11:14 +0000
commitd0672d981ebf974be7453098e531a2ea48a36bf5 (patch)
tree408747df4e51a4a777cab214ce4fa48443c0078c /src/PSEditModel.cxx
parent7fce5830e8404516079787ca6fb1975ba8947965 (diff)
remove debug output
remove debug output
Diffstat (limited to 'src/PSEditModel.cxx')
-rw-r--r--src/PSEditModel.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/PSEditModel.cxx b/src/PSEditModel.cxx
index 38c98af..8811ac8 100644
--- a/src/PSEditModel.cxx
+++ b/src/PSEditModel.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: PSEditModel.cxx,v 1.8 2004/10/26 16:41:40 hofmann Exp $"
+// "$Id: PSEditModel.cxx,v 1.9 2004/10/26 18:11:14 hofmann Exp $"
//
// PSEditWidget routines.
//
@@ -178,7 +178,7 @@ char *PSEditModel::get_tag() {
int PSEditModel::replace_tag(char *tag, char *txt) {
PSEditText *t;
int p, ret = 0;
- fprintf(stderr, "%s => %s\n", tag, txt);
+
for (p = 0; p < max_pages; p++) {
t = get_text(p);
while (t) {