Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
czoido committed Nov 18, 2024
1 parent 1a5c332 commit 2193938
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions BuildEventsHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ private void OnBuildProjConfigBegin(string Project, string ProjectConfig, string

if (!IsConanEnabledForProject(Project))
{
System.Diagnostics.Debug.WriteLine($"Skipping OnBuildProjConfigBegin for project {Project} - conandata.yml not found.");
return;
}

Expand All @@ -55,7 +54,6 @@ private void OnBuildProjConfigDone(string Project, string ProjectConfig, string

if (!IsConanEnabledForProject(Project))
{
System.Diagnostics.Debug.WriteLine($"Skipping OnBuildProjConfigDone for project {Project} - conandata.yml not found.");
return;
}

Expand Down

0 comments on commit 2193938

Please sign in to comment.