summaryrefslogtreecommitdiff
path: root/tests/test-Tasks.cc
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2011-10-09 10:50:56 +0200
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2011-10-09 10:50:56 +0200
commit42a07d9445f6d7d579ecb89cc1912c3abf413a6e (patch)
tree948323a6f9cc609898606f8d565a7bdf07b94e3f /tests/test-Tasks.cc
parent864eeb3a526b1a32c72e1f31a3e1f23dcc5c7409 (diff)
This wasn't intended.
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()");