Skip to content

Commit

Permalink
Minor Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiizor committed Oct 10, 2023
1 parent 3dab6ea commit e183c6d
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 10 deletions.
4 changes: 0 additions & 4 deletions src/Project/Sucrose.Backgroundog/App.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ public static async Task Main()

if (SSSHI.Basic(SMR.BackgroundogMutex, SMR.Backgroundog))
{
Console.WriteLine("Start");

SGSGSS.ServerCreate(SGCB.BindService(new SSSSBSS()));

SMMI.BackgroundogSettingManager.SetSetting(SMC.Host, SGSGSS.Host);
Expand All @@ -47,8 +45,6 @@ public static async Task Main()

SGSGSS.ServerInstance.KillAsync().Wait();
//SGSGSS.ServerInstance.ShutdownAsync().Wait();

Console.WriteLine("Stop");
}
}
catch (Exception Exception)
Expand Down
2 changes: 0 additions & 2 deletions src/Project/Sucrose.Backgroundog/Helper/Condition.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ internal static class Condition
{
public static async Task Start()
{
Console.WriteLine("Condition");

if (SBMI.Performance == SSDEPT.Pause && ((SBMI.App != null && SBMI.App.HasExited) || (SBMI.Live != null && SBMI.Live.HasExited)))
{
SBMI.Condition = false;
Expand Down
1 change: 0 additions & 1 deletion src/Project/Sucrose.Backgroundog/Helper/Initialize.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ private async void InitializeTimer_Callback(object State)
if (SBMI.Processing)
{
SBMI.Processing = false;
Console.WriteLine("Callback");

if (SSSHL.Run() && !SBMI.Condition)
{
Expand Down
2 changes: 0 additions & 2 deletions src/Project/Sucrose.Backgroundog/Helper/Performance.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ internal static class Performance
{
public static async Task Start()
{
Console.WriteLine("Performance");

if (await CpuPerformance())
{
return;
Expand Down
2 changes: 1 addition & 1 deletion src/Project/Sucrose.Backgroundog/Helper/Specification.cs
Original file line number Diff line number Diff line change
Expand Up @@ -323,8 +323,8 @@ public static async Task Start()
{
SBMI.MotherboardData.State = true;
SBMI.MotherboardData.Product = Object["Product"].ToString();
SBMI.MotherboardData.Version = Object["Version"].ToString();
SBMI.MotherboardData.Manufacturer = Object["Manufacturer"].ToString();
SBMI.MotherboardData.Version = Object["Version"].ToString().TrimStart().TrimEnd();

break;
}
Expand Down

0 comments on commit e183c6d

Please sign in to comment.