Skip to content

Commit

Permalink
Remove debugging from StartPublish endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
jvyden committed Jul 30, 2024
1 parent d1da5fa commit cea7870
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Refresh.GameServer/Endpoints/Game/Levels/PublishEndpoints.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ private static bool VerifyLevel(GameLevelRequest body, DataContext dataContext)

[GameEndpoint("startPublish", ContentType.Xml, HttpMethods.Post)]
[NullStatusCode(BadRequest)]
[DebugRequestBody]
[DebugResponseBody]
[RequireEmailVerified]
public SerializedLevelResources? StartPublish(RequestContext context,
GameLevelRequest body,
Expand Down

0 comments on commit cea7870

Please sign in to comment.