parse-community / Parse-SDK-Flutter

The Dart/Flutter SDK for Parse Platform
https://parseplatform.org
Apache License 2.0
575 stars 190 forks source link

remove print() line: 393 in parse_live_query.dart _handleMessage #870

Closed sgehrman closed 1 year ago

sgehrman commented 1 year ago

Parse-SDK-Flutter/packages/dart/lib/src/network/parse_live_query.dart

  void _handleMessage(String message) {
    if (_debug) {
      print('$_printConstLiveQuery: Listen: $message');
    }

    final Map<String, dynamic> actionData = jsonDecode(message);

    Subscription? subscription;
    if (actionData.containsKey('op') && actionData['op'] == 'connected') {
      print('Re subscription:$_requestSubscription'); <<========================WHY?
parse-github-assistant[bot] commented 1 year ago

Thanks for opening this issue!

mbfakourii commented 1 year ago

@sgehrman hi, if possible, edit the issues according to the templates

mtrezza commented 1 year ago

I'm closing this as it does not use the issue template provided when creating an issue and therefore lacks essential information required to investigate the issue. Please edit your initial post using the issue template and we can re-open this issue.

sgehrman commented 1 year ago

wow, what a bunch of jerks. Fix your buggy code.