Removed "NOTICE" in console error print.
This commit is contained in:
parent
1c31ed5a3c
commit
490be5a35a
@ -46,7 +46,7 @@ public class emailVerify {
|
||||
System.out.println("Alert Sent");
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
System.err.println("Notice Was Not Sent Because Of An Error.");
|
||||
System.err.println("Was Not Sent Because Of An Error.");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user