Revert "Always enable lock level checks." DO NOT MERGE

This reverts commit ccf124800fe025be3ca05c28a60514909ca66a11.
diff --git a/src/base/mutex.h b/src/base/mutex.h
index 24df572..b627559 100644
--- a/src/base/mutex.h
+++ b/src/base/mutex.h
@@ -53,7 +53,7 @@
 class ScopedContentionRecorder;
 class Thread;
 
-const bool kDebugLocking = true || kIsDebugBuild;
+const bool kDebugLocking = kIsDebugBuild;
 
 // Base class for all Mutex implementations
 class BaseMutex {