Skip to content

Commit 3b9efde

Browse files
committed
Turn off verbose printing
1 parent 2baef9d commit 3b9efde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modelspec/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from random import Random
1313
from typing import Union
1414

15-
verbose = True
15+
verbose = False
1616

1717

1818
def load_json(filename: str):

0 commit comments

Comments
 (0)