diff options
author | unknown <joreland@mysql.com> | 2004-09-21 08:13:35 +0200 |
---|---|---|
committer | unknown <joreland@mysql.com> | 2004-09-21 08:13:35 +0200 |
commit | 5ebab4843777f466b0b62b9abda47677d81b87fe (patch) | |
tree | 5312fcf60469a96ddfd3132b33f5fdc57096beba /ndb | |
parent | ef1e278a20c30e4c8a582bf44ce0814bb230e82a (diff) | |
download | mariadb-git-5ebab4843777f466b0b62b9abda47677d81b87fe.tar.gz |
Removed debug printout
Diffstat (limited to 'ndb')
-rw-r--r-- | ndb/src/mgmsrv/MgmtSrvr.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ndb/src/mgmsrv/MgmtSrvr.cpp b/ndb/src/mgmsrv/MgmtSrvr.cpp index 944eb47c618..d45953503ee 100644 --- a/ndb/src/mgmsrv/MgmtSrvr.cpp +++ b/ndb/src/mgmsrv/MgmtSrvr.cpp @@ -179,7 +179,6 @@ MgmtSrvr::logLevelThreadRun() LogLevel tmp; tmp = req; - ndbout << "req3: " << tmp << endl; if(req.blockRef == 0){ req.blockRef = _ownReference; |