Skip to content

Commit

Permalink
Remove unwanted print
Browse files Browse the repository at this point in the history
  • Loading branch information
tohlh committed Apr 14, 2024
1 parent 51f5400 commit fe38ba2
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ public CommandResult execute(Model model) {
+ String.format("Please join this Telegram group: %s.\n\n", telegramLink)
+ String.format("Sent from TutorsContactPro."));

System.out.println(mailtoLink);

return new CommandResult(SHOW_MAILTO_LINK, mailtoLink);
}

Expand Down

0 comments on commit fe38ba2

Please sign in to comment.