Skip to content

Commit

Permalink
removed print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
namanshergill committed Aug 26, 2023
1 parent e704c1e commit f737f0a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/controller/deep_linking_handler.dart
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ void uniLinkStream() {
}

void deepLinkNavigate(Uri link) {
print(link.hasAbsolutePath);
print('sdjyugbfusdryb');
if (link.toString().startsWith(_themeLinkPattern)) {
// AutoRouter.of(Global.currentContext).replaceAll([LandingScreenRoute()]);
showDialog(
Expand Down

0 comments on commit f737f0a

Please sign in to comment.