X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=quiz_machine.py;h=c49ecf2b71f2508dd01f6075de225e29153be387;hb=5b7022591f48382ec84b1dda17297b1ed15166d7;hp=ef766c4d674b5b1dba03f413330492f4c7f45fa5;hpb=4abb8abab468b782f4481083b26399f293542c7f;p=culture.git diff --git a/quiz_machine.py b/quiz_machine.py index ef766c4..c49ecf2 100755 --- a/quiz_machine.py +++ b/quiz_machine.py @@ -219,9 +219,6 @@ class QuizMachine: def generate_token_sequences(self, nb): prompts, answers = self.problem.generate_prompts_and_answers(nb) - print(f"DEBUG {prompts.size()=} {answers.size()=}") - sys.stdout.flush() - if self.prompt_len is None: self.prompt_len = prompts.size(1)