Skip to content

Commit

Permalink
Cleaning up
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathansligh-nimbus committed Sep 26, 2024
1 parent 639fd39 commit 2e35922
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ public static BidRequest SetCoppa(this BidRequest bidRequest, bool coppa) {
}

public static BidRequest SetDevice(this BidRequest bidRequest, Device device) {
//device.Language = Application.systemLanguage.ToString();
bidRequest.Device = device;
return bidRequest;
}
Expand Down
1 change: 0 additions & 1 deletion com.adsbynimbus.nimbus/Runtime/Scripts/NimbusManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,6 @@ private async Task<string> MakeRequestAsyncWithInterceptor(BidRequest bidRequest
#endif

private NimbusAdUnit RequestForNimbusAdUnit(BidRequest bidRequest, AdUnitType adUnitType) {
Debug.Log("BID REQUEST: " + JsonConvert.SerializeObject(bidRequest));
Task<string> responseJson;
try {
responseJson = MakeRequestAsyncWithInterceptor(bidRequest, adUnitType, AdUnitHelper.IsAdTypeFullScreen(adUnitType));
Expand Down

0 comments on commit 2e35922

Please sign in to comment.