summaryrefslogtreecommitdiffstats
path: root/src/bltGraph.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/bltGraph.C')
-rw-r--r--src/bltGraph.C3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/bltGraph.C b/src/bltGraph.C
index 459d88f..32e97e7 100644
--- a/src/bltGraph.C
+++ b/src/bltGraph.C
@@ -240,7 +240,6 @@ void Graph::map()
void Graph::draw()
{
- cerr << endl << "flags= " << hex << flags << endl;
GraphOptions* ops = (GraphOptions*)ops_;
flags &= ~REDRAW_PENDING;
@@ -355,7 +354,7 @@ void Graph::draw()
enableCrosshairs();
Tk_FreePixmap(display_, drawable);
- cerr << "flags= " << hex << flags << endl;
+ cerr << "flags= " << hex << flags << endl << endl;
}
int Graph::print(const char *ident, Blt_Ps ps)