Skip to content

Commit

Permalink
remove System.out debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
akrherz committed Nov 20, 2023
1 parent d46c7b1 commit 8d17714
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/web/workgroup-monitors.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@
// Save users
if (ModelUtil.hasLength(users)) {
System.out.println(users);
props.setProperty("monitors", users);
}
else {
Expand Down
1 change: 0 additions & 1 deletion src/web/workgroup-transcript-config.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
props.deleteProperty(context + ".fromEmail");
props.deleteProperty(context + ".subject");
props.deleteProperty(context + ".message");
System.out.println("DELTED");
}
else {
from = props.getProperty(context + ".from");
Expand Down

0 comments on commit 8d17714

Please sign in to comment.