diff --git a/src/main/java/org/gcube/portlets/user/notifications/server/NotificationsServiceImpl.java b/src/main/java/org/gcube/portlets/user/notifications/server/NotificationsServiceImpl.java index 3dee671..e23cc25 100644 --- a/src/main/java/org/gcube/portlets/user/notifications/server/NotificationsServiceImpl.java +++ b/src/main/java/org/gcube/portlets/user/notifications/server/NotificationsServiceImpl.java @@ -86,7 +86,7 @@ public class NotificationsServiceImpl extends RemoteServiceServlet implements No } public String getDevelopmentUser() { String user = "test.user"; - user = "massimiliano.assante"; + //user = "massimiliano.assante"; return user; } public UserInfo getUserInfo() {