@aws-amplify/pubsub 4.2.11-api-logging.5 → 4.2.11-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.
@@ -8342,11 +8342,7 @@ function (_super) {
8342
8342
  };
8343
8343
 
8344
8344
  AWSAppSyncRealTimeProvider.prototype._handleIncomingSubscriptionMessage = function (message) {
8345
- if (message.data && message.data === '{"type":"ka"}') {
8346
- logger.verbose("subscription message from AWS AppSync RealTime: " + message.data);
8347
- } else {
8348
- logger.debug("subscription message from AWS AppSync RealTime: " + message.data);
8349
- }
8345
+ logger.debug("subscription message from AWS AppSync RealTime: " + message.data);
8350
8346
 
8351
8347
  var _a = JSON.parse(message.data),
8352
8348
  _b = _a.id,