diff --git a/mobile/android/thirdparty/com/keepsafe/switchboard/SwitchBoard.java b/mobile/android/thirdparty/com/keepsafe/switchboard/SwitchBoard.java index fd9556c5cab1..34703ae55c8c 100644 --- a/mobile/android/thirdparty/com/keepsafe/switchboard/SwitchBoard.java +++ b/mobile/android/thirdparty/com/keepsafe/switchboard/SwitchBoard.java @@ -405,7 +405,6 @@ public class SwitchBoard { HttpURLConnection connection = (HttpURLConnection) url.openConnection(); connection.setRequestMethod("GET"); connection.setUseCaches(false); - connection.setDoOutput(true); // get response InputStream is = connection.getInputStream();