diff options
author | Eric Milkie <milkie@10gen.com> | 2012-05-22 22:52:26 -0400 |
---|---|---|
committer | Eric Milkie <milkie@10gen.com> | 2012-05-22 22:52:26 -0400 |
commit | 7369ca3a05b6bb08900b054ce0ea40a67b781a28 (patch) | |
tree | 58311bb04120ea11859d0e9778d1bb42c50c54d1 /src | |
parent | 3e9cbcf422d4e57bdd4dd13ff0761360d57c232f (diff) | |
download | mongo-7369ca3a05b6bb08900b054ce0ea40a67b781a28.tar.gz |
remove debugging startup message
Diffstat (limited to 'src')
-rw-r--r-- | src/mongo/db/d_concurrency.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mongo/db/d_concurrency.cpp b/src/mongo/db/d_concurrency.cpp index 64519eaee1b..4026c2efee8 100644 --- a/src/mongo/db/d_concurrency.cpp +++ b/src/mongo/db/d_concurrency.cpp @@ -63,12 +63,6 @@ namespace mongo { virtual ~DBTryLockTimeoutException() throw() { } }; - struct atstartup { - atstartup() { - cerr << "db level locking enabled: " << ( DB_LEVEL_LOCKING_ENABLED ) << endl; - } - } atst; - Client* curopWaitingForLock( char type ); void curopGotLock(Client*); struct Acquiring { |