Skip to content

Commit

Permalink
Remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
mar10 committed May 30, 2018
1 parent 0688cae commit dcfcd63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 2.4.0 / Unreleased
## 2.4.0 / 2018-05-30

- Improve configuration files:
- YAML is now the preferred configuration file format.
Expand Down
4 changes: 2 additions & 2 deletions wsgidav/server/server_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@ def _initCommandLineOptions():
args.verbose -= args.quiet
del args.quiet

if args.verbose >= 4:
print("Verbosity: {}".format(args.verbose))
# if args.verbose >= 4:
# print("Verbosity: {}".format(args.verbose))

if args.root_path and not os.path.isdir(args.root_path):
msg = "{} is not a directory".format(args.root_path)
Expand Down

0 comments on commit dcfcd63

Please sign in to comment.