From de6f2003af4868e520326986fab4499cfd43e68a Mon Sep 17 00:00:00 2001 From: Maja Jablonska <majajjablonska@gmail.com> Date: Mon, 16 Oct 2023 20:06:27 +1100 Subject: [PATCH] Remove debug print --- combo/data/vocabulary.py | 1 - 1 file changed, 1 deletion(-) diff --git a/combo/data/vocabulary.py b/combo/data/vocabulary.py index 1c0a384..0b3e0c6 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") -- GitLab