Removed useless log
This commit is contained in:
parent
4c3427fd76
commit
f11708d463
|
@ -37,7 +37,6 @@ class banchoConfig:
|
|||
else:
|
||||
imageURL = "https://i.ppy.sh/{}.png".format(mainMenuIcon["file_id"])
|
||||
self.config["menuIcon"] = "{}|{}".format(imageURL, mainMenuIcon["url"])
|
||||
log.info("Main menu icon is {}".format(self.config["menuIcon"]))
|
||||
self.config["loginNotification"] = glob.db.fetch("SELECT value_string FROM bancho_settings WHERE name = 'login_notification'")["value_string"]
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user