Remove debug print

This commit is contained in:
ebolam 2022-09-27 18:30:20 -04:00
parent 0311cc215e
commit 168ae8083c
1 changed files with 0 additions and 1 deletions

View File

@ -1514,7 +1514,6 @@ def get_model_info(model, directory=""):
pass
else:
layer_count = get_layer_count(model, directory=directory)
print("Layer Count: {}".format(layer_count))
if layer_count is None:
breakmodel = False
gpu = True