Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
vyPal committed Mar 19, 2024
1 parent c516640 commit 6983b3a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/message.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import 'dart:convert';

import 'package:eduapge2/api.dart';
import 'package:eduapge2/main.dart';
import 'package:firebase_remote_config/firebase_remote_config.dart';
Expand Down Expand Up @@ -59,7 +57,6 @@ class MessagePageState extends BaseState<MessagePage> {
);

HtmlUnescape unescape = HtmlUnescape();
print(jsonEncode(response.data));
Map<String, dynamic> data = response.data;
bool isImportantMessage = false;
if (data["data"]["Value"] != null &&
Expand Down

0 comments on commit 6983b3a

Please sign in to comment.