Skip to content

Commit b940805

Browse files
committed
Logger to None at rda
1 parent 079418c commit b940805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/rda.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def wrapper(body, **kwargs):
3636
# Get the identifiers through a search query
3737
ids = [item_id]
3838

39-
downstream_logger = evaluator.logger
39+
downstream_logger = None
4040
try:
4141
logger.debug("Trying to import plugin from plugins.%s.plugin" % (repo))
4242
plugin = importlib.import_module("plugins.%s.plugin" % (repo), ".")

0 commit comments

Comments
 (0)