Clear 'debugging' things

This commit is contained in:
Yallxe 2022-01-29 12:28:22 +01:00
parent 43b1612dfe
commit bc86d159b8
1 changed files with 0 additions and 4 deletions

View File

@ -6,10 +6,6 @@
import os
import sys
import importlib
importlib.reload(sys)
print(sys.getdefaultencoding())
sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))