From 3a1fa4931a8ee34c8c9e0b24ad9a3da701b8626d Mon Sep 17 00:00:00 2001
From: Bienchen <stefan.bienert@unibas.ch>
Date: Wed, 22 Mar 2017 11:46:56 +0100
Subject: [PATCH] Removed debug output.

---
 modules/bindings/pymod/hhblits.py | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/modules/bindings/pymod/hhblits.py b/modules/bindings/pymod/hhblits.py
index 68e8a7f67..dddaa7404 100644
--- a/modules/bindings/pymod/hhblits.py
+++ b/modules/bindings/pymod/hhblits.py
@@ -540,9 +540,6 @@ class HHblits:
         :rtype: :class:`str`
         """
         a3m_file = '%s.a3m' % os.path.splitext(self.filename)[0]
-        print "A3MFILE", a3m_file
-        print "A3MFILE", a3m_file, self.filename
-        print "A3MFILE", a3m_file
         ost.LogInfo('Using hhblits from "%s"' % self.hhsuite_root)
         full_nrdb = os.path.join(os.path.abspath(os.path.split(nrdb)[0]),
                                  os.path.split(nrdb)[1])
@@ -584,10 +581,6 @@ class HHblits:
                 ost.LogWarning('Predicting secondary structure for MSA '+
                                '(%s) failed, on command: %s' % (a3m_file, line))
             return a3m_file
-            print "BIENCHEN", line
-        lines = serr.splitlines()
-        for line in lines:
-            print "BIENCHEN", line
         return a3m_file
 
     def A3MToProfile(self, a3m_file, hhm_file=None):
-- 
GitLab