Skip to content

Commit

Permalink
removed a debugging print statement in caldb.
Browse files Browse the repository at this point in the history
  • Loading branch information
KathleenLabrie committed May 4, 2019
1 parent 80cabc1 commit d6cf00a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion recipe_system/scripts/caldb.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ def _action_list(self, args):
usage(argp, message="The database is not configured as standalone.")
else:
act = args.action
print(conf.database_dir)
lm = LocalManager(expanduser(conf.database_dir))
logstream = sys.stderr if args.verbose else None
disp = Dispatcher(subp.choices[act], lm,
Expand Down

0 comments on commit d6cf00a

Please sign in to comment.