From 76d4e65adb5ab0eb46441c2ef85301ed897ff73c Mon Sep 17 00:00:00 2001 From: "stewart@willster.(none)" <> Date: Wed, 9 Aug 2006 15:39:32 +0800 Subject: [PATCH] remove undeeded printing of newline. --- ndb/src/ndbapi/ClusterMgr.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/ndb/src/ndbapi/ClusterMgr.cpp b/ndb/src/ndbapi/ClusterMgr.cpp index 4b3c409e9d4..475561af225 100644 --- a/ndb/src/ndbapi/ClusterMgr.cpp +++ b/ndb/src/ndbapi/ClusterMgr.cpp @@ -193,7 +193,6 @@ ClusterMgr::forceHB() const ClusterMgr::Node &node= getNodeInfo(i); waitForHBFromNodes.bitOR(node.m_state.m_connected_nodes); } - ndbout << endl; } waitForHBFromNodes.bitAND(ndb_nodes);