Browse Source

Disable Bookkeeper::check for relibc

Jeremy Soller 6 years ago
parent
commit
f9b8c35fe8
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/bookkeeper.rs

+ 2 - 0
src/bookkeeper.rs

@@ -259,6 +259,7 @@ impl Bookkeeper {
     ///
     /// This is NOOP in release mode.
     fn check(&self) {
+        /*
         if cfg!(debug_assertions) {
             // Logging.
             bk_log!(self, "Checking...");
@@ -332,6 +333,7 @@ impl Bookkeeper {
                 self.total_bytes
             );
         }
+        */
     }
 }