Skip to content

Commit

Permalink
Comment out analytics sdk reports
Browse files Browse the repository at this point in the history
  • Loading branch information
BocuD committed Oct 15, 2023
1 parent a934650 commit 7ed509b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ public async Task<bool> ApplyBlueprintChanges(ApiModel blueprint)
blueprint.Save(
c =>
{
if (blueprint is ApiAvatar) AnalyticsSDK.AvatarUploadFailed(blueprint.id, true);
else AnalyticsSDK.WorldUploadFailed(blueprint.id, true);
//if (blueprint is ApiAvatar) AnalyticsSDK.AvatarUploaded(blueprint.id, true);
//else AnalyticsSDK.WorldUploaded(blueprint.id, true);
doneUploading = true;
success = true;
},
Expand Down

0 comments on commit 7ed509b

Please sign in to comment.