Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
vyPal committed Sep 20, 2023
1 parent dc0febb commit af64e83
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,7 @@ class PageBaseState extends State<PageBase> {
void initState() {
dio.interceptors
.add(DioCacheManager(CacheConfig(baseUrl: baseUrl)).interceptor);
//getData(); //fetching data
getMsgs();
//Timer.periodic(const Duration(seconds: 2), (Timer t) => {getData()});
super.initState();
}

Expand Down

0 comments on commit af64e83

Please sign in to comment.