Skip to content

Commit

Permalink
delete silent note
Browse files Browse the repository at this point in the history
  • Loading branch information
wayyoungboy committed Aug 20, 2024
1 parent 667ed18 commit ef80ab3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion stdio.py
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,6 @@ class IO(object):
VERBOSE_LEVEL = 0
WARNING_PREV = FormtatText.warning('[WARN]')
ERROR_PREV = FormtatText.error('[ERROR]')
# The silent flag is used as a marker to indicate whether the msg is printed on the stream. If it is true, it will not be output to the steam

def __init__(self, level, msg_lv=MsgLevel.DEBUG, use_cache=False, track_limit=0, root_io=None, input_stream=SysStdin, output_stream=sys.stdout, error_stream=sys.stdout, silent=False):
self.silent = silent
Expand Down

0 comments on commit ef80ab3

Please sign in to comment.