Skip to content
Snippets Groups Projects
Commit a8f99b0a authored by aboeckle's avatar aboeckle
Browse files

OO-4603 Removal of System.out

parent 702db132
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,6 @@ public class ContactController extends BasicController implements GenericEventLi
// Read the destination email from the impressModule
contactEmail = impressumModule.getContactMail();
System.out.println(contactEmail);
// Initialize a few contact list management objects.
ContactMessage contactMessage = new ContactMessage(ureq.getIdentity());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment