diff --git a/xbob/boosting/core/trainers.py b/xbob/boosting/core/trainers.py
index 21409b294a8e2529c0fd7999759a5a76164717f0..766db47c6a419cc2e30462072c29463a4a7710ff 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():