Delete uneeded print statements
This commit is contained in:
parent
ea8f686e97
commit
fcf93b51bb
@ -1 +1 @@
|
|||||||
2022.03.26-07
|
2022.03.26-08
|
||||||
|
@ -435,7 +435,6 @@ if __name__ == "__main__":
|
|||||||
|
|
||||||
if not (options.user or options.password):
|
if not (options.user or options.password):
|
||||||
raise ValueError("User or Password not given")
|
raise ValueError("User or Password not given")
|
||||||
print(options)
|
|
||||||
main(
|
main(
|
||||||
options.user,
|
options.user,
|
||||||
options.password,
|
options.password,
|
||||||
|
@ -168,6 +168,4 @@ if __name__ == "__main__":
|
|||||||
if options.tag and not options.library:
|
if options.tag and not options.library:
|
||||||
raise ValueError(
|
raise ValueError(
|
||||||
"Can't strip tags from calibre library without a library location.")
|
"Can't strip tags from calibre library without a library location.")
|
||||||
print(options)
|
|
||||||
main(options)
|
main(options)
|
||||||
print("Done with runner_notify.")
|
|
||||||
|
Loading…
Reference in New Issue
Block a user