Skip to content

Commit

Permalink
fix(exception email): remove debug statement
Browse files Browse the repository at this point in the history
Closes #2
  • Loading branch information
ArturMoczulski committed May 18, 2019
1 parent a5e3c91 commit 61bff03
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions force-app/main/default/classes/ExceptionEmailParser.cls
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
public with sharing class ExceptionEmailParser {
public static ExceptionData parse(String emailBody) {

System.debug(emailBody);

ExceptionData exData = new ExceptionData(
parseEnvironment(emailBody),
parseUserOrg(emailBody),
Expand Down

0 comments on commit 61bff03

Please sign in to comment.