Show More
@@ -549,8 +549,6 b' class CachedOutput:' | |||||
549 | # print "Got prompt: ", outprompt |
|
549 | # print "Got prompt: ", outprompt | |
550 | if self.do_full_cache: |
|
550 | if self.do_full_cache: | |
551 | cout_write(outprompt) |
|
551 | cout_write(outprompt) | |
552 | else: |
|
|||
553 | print "self.do_full_cache = False" |
|
|||
554 |
|
552 | |||
555 | # and now call a possibly user-defined print mechanism. Note that |
|
553 | # and now call a possibly user-defined print mechanism. Note that | |
556 | # self.display typically prints as a side-effect, we don't do any |
|
554 | # self.display typically prints as a side-effect, we don't do any |
General Comments 0
You need to be logged in to leave comments.
Login now