mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-29 08:00:19 +01:00
Remove Console debug line that broke logic
This commit is contained in:
@@ -42,7 +42,6 @@ namespace Tgstation.Server.Host.Database
|
||||
mySqlOptions.EnableRetryOnFailure();
|
||||
|
||||
if (!String.IsNullOrEmpty(databaseConfiguration.ServerVersion))
|
||||
Console.WriteLine("SQLVERSION: " + databaseConfiguration.DatabaseType);
|
||||
mySqlOptions.ServerVersion(
|
||||
Version.Parse(databaseConfiguration.ServerVersion),
|
||||
databaseConfiguration.DatabaseType == DatabaseType.MariaDB
|
||||
|
||||
Reference in New Issue
Block a user