summaryrefslogtreecommitdiffstats
path: root/src/core/pvsClient.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/pvsClient.cpp')
-rw-r--r--src/core/pvsClient.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/pvsClient.cpp b/src/core/pvsClient.cpp
index f048b54..0448f97 100644
--- a/src/core/pvsClient.cpp
+++ b/src/core/pvsClient.cpp
@@ -316,6 +316,5 @@ void PVSClient::processesVectorAdd(QString msg)
else if (msg.indexOf("vector ready") == 0)
{
emit processVectorReady(true);
- ConsoleLog writeError("processVectorReady(true)!");
}
}