Skip to content

Commit d0369f8

Browse files
committed
No VERBOSE needed here
1 parent bf0ca67 commit d0369f8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

operate/operate.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ def main(model, terminal_prompt, voice_mode=False):
7171
).run()
7272

7373
else:
74-
if VERBOSE:
75-
print("Running direct prompt...")
74+
print("Running direct prompt...")
7675

7776
# # Clear the console
7877
if platform.system() == "Windows":

0 commit comments

Comments
 (0)