From 4e62d8fddc5f2a3170c9ec4ee811e743fd5c86df Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Thu, 14 Oct 2010 21:54:55 -0400 Subject: [PATCH] Sync - Removed unnecessary diagnostic message. --- src/TDB.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/TDB.cpp b/src/TDB.cpp index 39d7d0c30..ec2454bda 100644 --- a/src/TDB.cpp +++ b/src/TDB.cpp @@ -1372,8 +1372,6 @@ void TDB::merge (const std::string& mergeFile) if (!mods.empty ()) { - std::cout << "Running redo routine...\n"; - std::string pendingFile = location.data + "/pending.data"; std::vector pending;