Skip to content

Commit 4afb13b

Browse files
committed
ndb - remove debug printout
1 parent 1464efa commit 4afb13b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

storage/ndb/src/mgmsrv/InitConfigFileParser.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,6 @@ InitConfigFileParser::storeNameValuePair(Context& ctx,
359359
values.c_str());
360360
return false;
361361
}
362-
ndbout_c("storing enum value %d for %s", value_int, pname);
363362
require(ctx.m_currentSection->put(pname, value_int));
364363
break;
365364
}

0 commit comments

Comments
 (0)