@@ -256,8 +256,8 @@ def setup_for_distributed(is_master):
def print(*args, **kwargs):
force = kwargs.pop("force", False)
if is_master or force:
builtin_print(*args, **kwargs)
if is_master or force or True:
print(*args, **kwargs)
__builtin__.print = print
The note is not visible to the blocked user.