diff --git a/combo/data/vocabulary.py b/combo/data/vocabulary.py
index 1c0a3843f2f4d555de04580f15b0184b8e094cc3..0b3e0c6acb3549a53390aee1dc1b672f9c0b7ed7 100644
--- a/combo/data/vocabulary.py
+++ b/combo/data/vocabulary.py
@@ -757,7 +757,6 @@ class Vocabulary(FromParameters):
 def get_slices_if_not_provided(vocab: Vocabulary):
     if hasattr(vocab, "slices"):
         return vocab.slices
-    print("Getting slices...")
 
     if "feats_labels" in vocab.get_namespaces():
         idx2token = vocab.get_index_to_token_vocabulary("feats_labels")