mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-09 19:08:51 -06:00
Silence debug statements
This commit is contained in:
@@ -28,7 +28,7 @@ class InstanceIterator:
|
||||
result = self.instances[self.current]
|
||||
self.current += 1
|
||||
if isinstance(result, str):
|
||||
logger.info("Read: %s" % result)
|
||||
logger.debug("Read: %s" % result)
|
||||
if result.endswith(".gz"):
|
||||
with gzip.GzipFile(result, "rb") as file:
|
||||
result = pickle.load(file)
|
||||
|
||||
Reference in New Issue
Block a user