Skip to content

Commit

Permalink
remove useless logs
Browse files Browse the repository at this point in the history
  • Loading branch information
goaaats committed Nov 15, 2024
1 parent 4c45293 commit 1456e66
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Plogon/WebServices.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ public async Task RegisterPrNumber(string internalName, string version, int prNu
$"https://kamori.goats.dev/Plogon/RegisterVersionPrNumber?key={this.key}&prNumber={prNumber}&internalName={internalName}&version={version}",
null);

Log.Information(await result.Content.ReadAsStringAsync());
result.EnsureSuccessStatusCode();
}

Expand Down Expand Up @@ -122,7 +121,6 @@ public async Task StagePluginBuild(StagedPluginInfo info)
$"https://kamori.goats.dev/Plogon/StagePluginBuild",
JsonContent.Create(info));

Log.Information(await result.Content.ReadAsStringAsync());
result.EnsureSuccessStatusCode();
}

Expand Down

0 comments on commit 1456e66

Please sign in to comment.