2
0
mirror of https://github.com/mbusb/multibootusb synced 2024-11-01 15:40:16 +00:00

remove duplicate debug message

This commit is contained in:
Alin Trăistaru 2017-04-28 22:02:59 +03:00
parent 762e644022
commit bdccb95396

View File

@ -32,8 +32,6 @@ finally:
RESET = '' RESET = ''
BOLD = '' BOLD = ''
UNDERLINE = '' UNDERLINE = ''
finally:
config.debug and print(colors.HEADER + "=== DEBUG ENABLED ===")
def fnCall(): def fnCall():
""" """