Skip to content
Snippets Groups Projects
Commit de6f2003 authored by Maja Jablonska's avatar Maja Jablonska
Browse files

Remove debug print

parent 430a4d40
Branches
Tags
1 merge request!46Merge COMBO 3.0 into master
......@@ -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")
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment