diff --git a/src/call_builder.ts b/src/call_builder.ts index 9759e1932..9a66ffc8a 100644 --- a/src/call_builder.ts +++ b/src/call_builder.ts @@ -332,8 +332,6 @@ export class CallBuilder< url = url.protocol(this.url.protocol()); } - // Temp fix for: https://github.com/stellar/js-stellar-sdk/issues/15 - url.setQuery("c", String(Math.random())); return HorizonAxiosClient.get(url.toString()) .then((response) => response.data) .catch(this._handleNetworkError);