mirror of
https://github.com/overte-org/overte.git
synced 2025-04-17 23:09:11 +02:00
Remove lingering print function.
This commit is contained in:
parent
30bfe0d038
commit
7acd44a446
1 changed files with 0 additions and 2 deletions
|
@ -479,8 +479,6 @@ Rectangle {
|
|||
domain.clear();
|
||||
break;
|
||||
case "initial_settings":
|
||||
|
||||
print(JSON.stringify(message.settings));
|
||||
if (message.settings.external_window) s_external_window.checked = true;
|
||||
if (message.settings.maximum_messages) s_maximum_messages.value = message.settings.maximum_messages;
|
||||
if (message.settings.join_notification) s_join_notification.checked = true;
|
||||
|
|
Loading…
Reference in a new issue