Skip to content

Commit 8f6b50d

Browse files
author
Playfab Jenkins Bot
committed
Automated build from Jenkins
1 parent 2fccc3a commit 8f6b50d

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

PlayFabSDK/PlayFabClientApi.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -461,12 +461,6 @@ PlayFab.ClientApi = {
461461
PlayFab._internalSettings.ExecuteRequest(PlayFab._internalSettings.GetServerUrl() + "/Client/GetPlayerStatistics", request, "X-Authorization", PlayFab._internalSettings.sessionTicket, callback);
462462
},
463463

464-
GetPlayerStatisticVersions: function (request, callback) {
465-
if (PlayFab._internalSettings.sessionTicket == null) throw "Must be logged in to call this method";
466-
467-
PlayFab._internalSettings.ExecuteRequest(PlayFab._internalSettings.GetServerUrl() + "/Client/GetPlayerStatisticVersions", request, "X-Authorization", PlayFab._internalSettings.sessionTicket, callback);
468-
},
469-
470464
GetUserData: function (request, callback) {
471465
if (PlayFab._internalSettings.sessionTicket == null) throw "Must be logged in to call this method";
472466

PlayFabSDK/PlayFabServerApi.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -158,12 +158,6 @@ PlayFab.ServerApi = {
158158
PlayFab._internalSettings.ExecuteRequest(PlayFab._internalSettings.GetServerUrl() + "/Server/GetPlayerStatistics", request, "X-SecretKey", PlayFab.settings.developerSecretKey, callback);
159159
},
160160

161-
GetPlayerStatisticVersions: function (request, callback) {
162-
if (PlayFab.settings.developerSecretKey == null) throw "Must have PlayFab.settings.developerSecretKey set to call this method";
163-
164-
PlayFab._internalSettings.ExecuteRequest(PlayFab._internalSettings.GetServerUrl() + "/Server/GetPlayerStatisticVersions", request, "X-SecretKey", PlayFab.settings.developerSecretKey, callback);
165-
},
166-
167161
GetUserData: function (request, callback) {
168162
if (PlayFab.settings.developerSecretKey == null) throw "Must have PlayFab.settings.developerSecretKey set to call this method";
169163

0 commit comments

Comments
 (0)