From 34ae5bf8385cce8f792c803fa288eccf472003ff Mon Sep 17 00:00:00 2001 From: thomwolf Date: Wed, 17 Apr 2019 14:52:12 +0200 Subject: [PATCH] small clean up in tests --- tests/tokenization_gpt2_test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/tokenization_gpt2_test.py b/tests/tokenization_gpt2_test.py index cfd13de391..4ae804a060 100644 --- a/tests/tokenization_gpt2_test.py +++ b/tests/tokenization_gpt2_test.py @@ -40,7 +40,6 @@ class GPT2TokenizationTest(unittest.TestCase): merges_file = fp.name tokenizer = GPT2Tokenizer(vocab_file, merges_file, special_tokens=["", ""]) - print("encoder", tokenizer.byte_encoder) os.remove(vocab_file) os.remove(merges_file)