Skip to content
Snippets Groups Projects
Commit a19671f5 authored by anonymous's avatar anonymous
Browse files

remove print

parent ce0b545b
Branches
Tags
No related merge requests found
......@@ -244,8 +244,6 @@ def odsh_show_testbanner():
def odsh_is_slave():
c = config.get('ckanext.odsh.slave', None)
print('SLVA')
print(c)
if c is None or (c != 'True' and c != 'False'):
return -1
return 1 if c == 'True' else 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment