Skip to content

Commit

Permalink
Removed all Focus attributes from debug project
Browse files Browse the repository at this point in the history
  • Loading branch information
helto4real committed Apr 28, 2024
1 parent ccdbeed commit fb8da00
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/debug/DebugHost/apps/Client/ClientDebug.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
namespace Apps;

[NetDaemonApp]
// [Focus]
public sealed class ClientApp : IAsyncDisposable
{
private readonly ILogger<ClientApp> _logger;
Expand Down
1 change: 0 additions & 1 deletion src/debug/DebugHost/apps/Client/LabelDebug.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
namespace Apps;

[NetDaemonApp]
[Focus]
public sealed class LabelApp : IAsyncInitializable
{
private readonly ILogger<LabelApp> _logger;
Expand Down
1 change: 0 additions & 1 deletion src/debug/DebugHost/apps/Config/ConfigApp.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace Apps;

[NetDaemonApp]
// [Focus]
public class ConfigApp
{
public ConfigApp(IAppConfig<AppConfig> config)
Expand Down
1 change: 0 additions & 1 deletion src/debug/DebugHost/apps/HelloApp/HelloApp.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
namespace Apps;

[NetDaemonApp]
//[Focus]
public sealed class HelloApp : IAsyncDisposable
{
private readonly ILogger<HelloApp> _logger;
Expand Down
1 change: 0 additions & 1 deletion src/debug/DebugHost/apps_src/hellow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
namespace Apps;

[NetDaemonApp]
//[Focus]
public sealed class HelloAppSrc : IAsyncDisposable
{
private readonly ILogger<HelloAppSrc> _logger;
Expand Down

0 comments on commit fb8da00

Please sign in to comment.