remove print statement

This commit is contained in:
dragonwocky 2020-04-13 23:07:20 +10:00
parent 3a8babb546
commit 9f01598ea4
Signed by: dragonwocky
GPG Key ID: 86807FDBD4657088

View File

@ -29,7 +29,6 @@ print(f'{bold}=== NOTION ENHANCER CUSTOMISATION LOG ==={normal}\n')
try: try:
filepath = '' filepath = ''
__folder__ = os.path.dirname(os.path.realpath(__file__)).replace('\\', '/') __folder__ = os.path.dirname(os.path.realpath(__file__)).replace('\\', '/')
print(__folder__)
if 'microsoft' in platform.uname()[3].lower() and sys.platform == 'linux': if 'microsoft' in platform.uname()[3].lower() and sys.platform == 'linux':
filepath = '/mnt/c/' + \ filepath = '/mnt/c/' + \
subprocess.run( subprocess.run(