From a19671f515dddce82757bb31558b2aad055182b0 Mon Sep 17 00:00:00 2001
From: anonymous <anonymous>
Date: Wed, 12 Jun 2019 12:25:49 +0200
Subject: [PATCH] remove print

---
 ckanext/odsh/helpers.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/ckanext/odsh/helpers.py b/ckanext/odsh/helpers.py
index 15c895c1..132b32cb 100644
--- a/ckanext/odsh/helpers.py
+++ b/ckanext/odsh/helpers.py
@@ -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
-- 
GitLab