Show More
@@ -606,7 +606,6 class BasePasterCommand(Command): | |||||
606 | :param log: logging instance, to use to additionally log this message |
|
606 | :param log: logging instance, to use to additionally log this message | |
607 |
|
607 | |||
608 | """ |
|
608 | """ | |
609 | print msg |
|
|||
610 | if log and isinstance(log, logging): |
|
609 | if log and isinstance(log, logging): | |
611 | log(msg) |
|
610 | log(msg) | |
612 |
|
611 |
General Comments 0
You need to be logged in to leave comments.
Login now