Removes console log

This commit is contained in:
Kamron Batman 2020-05-02 17:32:57 -07:00
parent 5b01754e3e
commit c7daf97f5e
No known key found for this signature in database
GPG key ID: 5C9DFD15804B6BB8

View file

@ -54,7 +54,6 @@ namespace Server
}
Console.WriteLine("done");
Console.WriteLine("Settings: {0}", m_Settings.settings["stuff"]);
}
else
{