Skip to content

Commit 88c207d

Browse files
author
Playfab Jenkins Bot
committed
Automated build from Jenkins
1 parent 9f2cc04 commit 88c207d

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

PlayFabSDK/PlayFabServerApi.js

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -476,18 +476,6 @@ PlayFab.ServerApi = {
476476
PlayFab._internalSettings.ExecuteRequest(PlayFab._internalSettings.GetServerUrl() + "/Server/UpdateSharedGroupData", request, "X-SecretKey", PlayFab.settings.developerSecretKey, callback);
477477
},
478478

479-
GetCloudScriptUrl: function (request, callback) {
480-
if (PlayFab.settings.developerSecretKey == null) throw "Must have PlayFab.settings.developerSecretKey set to call this method";
481-
482-
PlayFab._internalSettings.ExecuteRequest(PlayFab._internalSettings.GetServerUrl() + "/Server/GetCloudScriptUrl", request, "X-SecretKey", PlayFab.settings.developerSecretKey, callback);
483-
},
484-
485-
RunServerCloudScript: function (request, callback) {
486-
if (PlayFab.settings.developerSecretKey == null) throw "Must have PlayFab.settings.developerSecretKey set to call this method";
487-
488-
PlayFab._internalSettings.ExecuteRequest(PlayFab._internalSettings.GetServerUrl() + "/Server/RunServerCloudScript", request, "X-SecretKey", PlayFab.settings.developerSecretKey, callback);
489-
},
490-
491479
GetContentDownloadUrl: function (request, callback) {
492480
if (PlayFab.settings.developerSecretKey == null) throw "Must have PlayFab.settings.developerSecretKey set to call this method";
493481

0 commit comments

Comments
 (0)