From 1dd770ee2f69cf0243a7c6ec0ae4f317092a0632 Mon Sep 17 00:00:00 2001
From: Manuel Guenther <manuel.guenther@idiap.ch>
Date: Wed, 11 Sep 2013 17:02:23 +0200
Subject: [PATCH] Removed some debug output.

---
 xbob/boosting/core/trainers.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/xbob/boosting/core/trainers.py b/xbob/boosting/core/trainers.py
index 21409b2..766db47 100644
--- a/xbob/boosting/core/trainers.py
+++ b/xbob/boosting/core/trainers.py
@@ -245,7 +245,6 @@ class LutMachine():
       """Reads the state of this machine from the given HDF5File."""
       self.luts = hdf5File.read("LUT")
       self.selected_indices = hdf5File.read("Indices")
-      print self.selected_indices
 
 
 class LutTrainer():
-- 
GitLab