@aws-amplify/api 4.0.35-api-logging.5 → 4.0.35-unstable.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -12750,11 +12750,7 @@ function (_super) {
12750
12750
  };
12751
12751
 
12752
12752
  AWSAppSyncRealTimeProvider.prototype._handleIncomingSubscriptionMessage = function (message) {
12753
- if (message.data && message.data === '{"type":"ka"}') {
12754
- logger.verbose("subscription message from AWS AppSync RealTime: " + message.data);
12755
- } else {
12756
- logger.debug("subscription message from AWS AppSync RealTime: " + message.data);
12757
- }
12753
+ logger.debug("subscription message from AWS AppSync RealTime: " + message.data);
12758
12754
 
12759
12755
  var _a = JSON.parse(message.data),
12760
12756
  _b = _a.id,