clean up log

This commit is contained in:
Nitwel 2024-04-29 18:21:45 +02:00
parent 6cb2c7a2de
commit fed7701da4

View File

@ -36,7 +36,6 @@ func _ready():
var success = Store.settings.load_local()
if success:
print(Store.settings)
start_adapter(Store.settings.state.type.to_lower(), Store.settings.state.url, Store.settings.state.token)
## Starts the adapter for the given type and url