From d64d95f639fef2a981a6ee131d57b8bf53d4a906 Mon Sep 17 00:00:00 2001 From: Pythonic-Rainbow Date: Tue, 16 Jan 2024 07:19:42 +0000 Subject: [PATCH] Reenable? --- Bot/Bot.csproj | 2 +- Bot/Sql/Db.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Bot/Bot.csproj b/Bot/Bot.csproj index 9e680ed..ec22bba 100644 --- a/Bot/Bot.csproj +++ b/Bot/Bot.csproj @@ -15,7 +15,7 @@ All None All - False + True diff --git a/Bot/Sql/Db.cs b/Bot/Sql/Db.cs index 5f38ca9..ffc1ecd 100644 --- a/Bot/Sql/Db.cs +++ b/Bot/Sql/Db.cs @@ -11,7 +11,7 @@ internal static void Init() var x = s_db.Table(); foreach (var y in x) { - Console.WriteLine(y.CocId); + //Console.WriteLine(y.CocId); } } }