Add report notification by email support.
This commit is contained in:
@@ -198,8 +198,4 @@ public class MindmapController {
|
||||
private MindMapBean findMindmapBean(long mapId) {
|
||||
return new MindMapBean(findMindmap(mapId), Utils.getUser());
|
||||
}
|
||||
|
||||
private boolean isWelcomeMap(MindMapBean map) {
|
||||
return map.getTitle().startsWith("Welcome ");
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user