@ -0,0 +1,19 @@
class Logger(object):
@staticmethod
def log(data):
print data
if Logger.debugFlag:
def debugEnable():
Logger.debugFlag = True
def debugDisable():
Logger.debugFlag = False
debugFlag = False
The note is not visible to the blocked user.