diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Flowgraph.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Flowgraph.cpp b/src/Flowgraph.cpp index ae86417..506832c 100644 --- a/src/Flowgraph.cpp +++ b/src/Flowgraph.cpp @@ -238,9 +238,8 @@ Flowgraph::~Flowgraph() { PDEBUG("Flowgraph::~Flowgraph() @ %p\n", this); - stringstream ss; - if (myProcessTime) { + stringstream ss; ss << "Process time:\n"; char node_time_sz[1024] = {}; |