turned off debugging flag

This commit is contained in:
Lincoln Stein 2022-08-21 18:27:48 -04:00
parent 7085d1910b
commit 49f0d31fac

View File

@ -11,7 +11,7 @@ try:
except:
readline_available = False
debugging = True
debugging = False
def main():
''' Initialize command-line parsers and the diffusion model '''