summaryrefslogtreecommitdiff
path: root/tests/test-Tasks.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-Tasks.cc')
-rw-r--r--tests/test-Tasks.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test-Tasks.cc b/tests/test-Tasks.cc
index dcc692c..8de9cf1 100644
--- a/tests/test-Tasks.cc
+++ b/tests/test-Tasks.cc
@@ -16,7 +16,6 @@ class TestTask : public Task {
virtual const char * getName() { return "MainTask"; }
private:
virtual void Do() {
- Printer::log(M_STATUS, "xyz");
customPrinter->setLocal();
Printer::enable(M_ALL);
Printer::log(M_DEBUG, "In TestTask::Do()");