Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
civitas-digitalis
platform
Commits
724b2a2f
Commit
724b2a2f
authored
Feb 08, 2018
by
Elias Englmeier
Browse files
removed a sysout
parent
3449b9a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/commentModule/src/main/java/comment/portlet/commentPortlet.java
View file @
724b2a2f
...
...
@@ -61,7 +61,6 @@ public class commentPortlet extends MVCPortlet {
@SuppressWarnings
(
"deprecation"
)
public
void
commentTestSubmit
(
ActionRequest
request
,
ActionResponse
response
)
throws
PortletException
,
SystemException
{
try
{
System
.
out
.
println
(
"comes here"
);
invokeTaglibDiscussion
(
request
,
response
);
}
catch
(
Exception
e
){
// TODO Auto-generated catch block
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment