diff --git a/scripts/dream.py b/scripts/dream.py index a309b3179c..44b7d9978a 100755 --- a/scripts/dream.py +++ b/scripts/dream.py @@ -11,7 +11,7 @@ try: except: readline_available = False -debugging = True +debugging = False def main(): ''' Initialize command-line parsers and the diffusion model '''