Unverified Commit 22bf8d26 authored by akrherz's avatar akrherz

remove now-unneeded return statements

parent 66b3cb97
......@@ -19,5 +19,4 @@
<%
// Redirect to muc-room-edit-form and set that a room will be created
response.sendRedirect("muc-room-edit-form.jsp?create=true");
return;
%>
......@@ -17,5 +17,4 @@
<% // Redirect to muc-service-edit-form and set that a service will be created
response.sendRedirect("muc-service-edit-form.jsp?create=true");
return;
%>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment