Skip to content

Commit

Permalink
Remove useless NSLog
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Buquet committed Apr 30, 2024
1 parent cd199ec commit 7dfc6f2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Riot/Modules/Settings/SettingsViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -5156,8 +5156,6 @@ - (void)showUserSessionsFlow

// Tchap: display email notification faq
- (void)displayEmailNotificationFaq {
NSLog(@"activateHyperlinkURL");

NSString *targetUrlString = @"https://aide.tchap.beta.gouv.fr/fr/article/notification-par-email-draft-6k7k89/";

WebSheetViewController *webCtrl = [[WebSheetViewController alloc] initWithTargetUrl:[NSURL URLWithString:targetUrlString]];
Expand Down

0 comments on commit 7dfc6f2

Please sign in to comment.