Skip to content

Commit b06f4bd

Browse files
committed
remove log
1 parent d50c303 commit b06f4bd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

aws-api/src/main/java/com/amplifyframework/api/aws/SubscriptionEndpoint.java

-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ <T> void requestSubscription(
166166
.toString();
167167

168168
socket.send(jsonMessage);
169-
170169
} catch (JSONException | ApiException exception) {
171170
// If the subscriptionId was still pending, then we can call the onSubscriptionError
172171
if (pendingSubscriptionIds.remove(subscriptionId)) {

0 commit comments

Comments
 (0)