rm debug line

This commit is contained in:
David Schultz 2021-01-11 11:13:43 -06:00 committed by GitHub
parent 1fe8cb677e
commit a0d6e51589
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -139,7 +139,6 @@ class Module(ModuleManager.BaseModule):
reverse=True)
parts = ["%s (%d)" % (n, v) for n, v in karma]
print(parts)
if len(parts) == 0:
event["stdout"].write("%s has no karma." % target)
return