removed debugging print statement
This commit is contained in:
parent
b26d294ea1
commit
a4f652ddbf
1 changed files with 0 additions and 1 deletions
|
@ -105,7 +105,6 @@ public class FreeMarkerHttpServlet extends VitroHttpServlet {
|
|||
// body template.
|
||||
portalId = portal.getPortalId();
|
||||
root.put("portalId", portalId);
|
||||
System.out.println("PORTAL ID: " + portalId);
|
||||
|
||||
appName = portal.getAppName();
|
||||
setSharedVariable("siteName", appName);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue