fix: remove unused print

This commit is contained in:
0xMRTT 2022-09-22 14:33:34 +02:00
parent ca630b25db
commit e9a9876ee3
No known key found for this signature in database
GPG key ID: AC9E06BF3DECB6FB
2 changed files with 0 additions and 6 deletions

View file

@ -40,7 +40,6 @@ if is_local:
)
pkgdatadir = '@PKGDATA_DIR@'
print(pkgdatadir)
localedir = '@LOCALE_DIR@'
sys.dont_write_bytecode = True

View file

@ -34,11 +34,6 @@ SYSTEM_PLUGIN_DIR = os.path.join(
"plugins",
)
print("=======================")
print(pkgdatadir)
print(SYSTEM_PLUGIN_DIR)
class GradiencePluginsList:
"""Represent the plugin group in Advanced"""