Skip to content

Commit 63dc338

Browse files
committed
Remove verbose log
1 parent 2e2bd72 commit 63dc338

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pathtraits/cli.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,10 @@ def batch(path, verbose, include_files):
4545
@click.argument("path", required=True)
4646
@click.option("-v", "--verbose", "verbose", flag_value=True, default=False)
4747
def watch(path, verbose):
48-
print("starting...")
49-
print(verbose)
5048
if verbose:
5149
logging.basicConfig(level=logging.DEBUG)
5250

51+
print("starting...")
5352
i = inotify.adapters.InotifyTree(path)
5453
db = TraitsDB(path)
5554
print("ready")

0 commit comments

Comments
 (0)