summaryrefslogtreecommitdiff
path: root/i/marvin/src/log/test_log.cc
diff options
context:
space:
mode:
Diffstat (limited to 'i/marvin/src/log/test_log.cc')
-rw-r--r--i/marvin/src/log/test_log.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/i/marvin/src/log/test_log.cc b/i/marvin/src/log/test_log.cc
index fc80777..77146ef 100644
--- a/i/marvin/src/log/test_log.cc
+++ b/i/marvin/src/log/test_log.cc
@@ -33,9 +33,6 @@ main (int argc, char **argv)
try
{
Config config (argc, argv);
- // TODO
-// std::ofstream chier("/tmp/testLog");
-// Log::setOstLog(&chier);
Log log ("main");
Log log2 ("chier");
log ("foo") << "[Default] bar" << 4 << "foobar" << 5.6;