Update imgur.py

Remove debug logging cruft
This commit is contained in:
dngfx 2019-02-24 20:37:17 +00:00 committed by GitHub
parent 266cbbfe1e
commit 0444f9c0b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
#--require-config imgur-api-key
import re, json
from src import ModuleManager, utils, EventManager, Logging
from src import ModuleManager, utils, EventManager
from datetime import datetime
REGEX_IMAGE = re.compile("https?://(?:i\.)?imgur.com/(\w+)")
@ -88,8 +88,6 @@ class Module(ModuleManager.BaseModule):
json=True)
if result and result.data["success"]:
# Logging.Log.debug("%s", result.data["data"])
data = result.data["data"]
text = ""