remove debug

This commit is contained in:
RicterZ 2018-12-30 14:12:38 +08:00
parent 0df51c83e5
commit 1091ea3e0a

View File

@ -17,7 +17,6 @@ EXT_MAP = {
class DoujinshiInfo(dict):
def __init__(self, **kwargs):
print(kwargs)
super(DoujinshiInfo, self).__init__(**kwargs)
def __getattr__(self, item):