From 60779c6a378e0d34e9693393acd5bdd15980c06f Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 10 Apr 2016 00:21:12 -0400 Subject: [PATCH] init: Removed extra CLI::dump call --- src/init.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/init.cpp b/src/init.cpp index af870431..ab686087 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -99,9 +99,6 @@ void initializeDataAndRules ( } } - if (rules.getBoolean ("debug")) - std::cout << cli.dump () << "\n"; - // The $TIMEWARRIORDB environment variable overrides the default value of // ~/.timewarrior‥ Directory dbLocation;