aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/notification
diff options
context:
space:
mode:
authorSrk <watertext@hotmail.it>2017-11-18 19:40:10 +0100
committerSrk <watertext@hotmail.it>2017-11-18 19:40:10 +0100
commitfbc49050c626ccd3d25370031204cc64e5a8f5c2 (patch)
treef73755449c6ce498f2274f9b74d32d5346aabe85 /src/org/traccar/notification
parent657ab240db995fcf64720c1200e238f2b4be9e61 (diff)
downloadtraccar-server-fbc49050c626ccd3d25370031204cc64e5a8f5c2.tar.gz
traccar-server-fbc49050c626ccd3d25370031204cc64e5a8f5c2.tar.bz2
traccar-server-fbc49050c626ccd3d25370031204cc64e5a8f5c2.zip
Removing notification templates references
Diffstat (limited to 'src/org/traccar/notification')
-rw-r--r--src/org/traccar/notification/NotificationFormatter.java6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/org/traccar/notification/NotificationFormatter.java b/src/org/traccar/notification/NotificationFormatter.java
index bd919cce0..385f117ea 100644
--- a/src/org/traccar/notification/NotificationFormatter.java
+++ b/src/org/traccar/notification/NotificationFormatter.java
@@ -102,12 +102,6 @@ public final class NotificationFormatter {
return formatterLogic(null, userId, event, position, templatePath);
}
- public static String formatForwarderMessage(Event event, Position position) {
- String templatePath = Context.getConfig().getString("forwarder.templatesPath", "forwarder");
-
- return formatterLogic(null, null, event, position, templatePath);
- }
-
private static String formatterLogic(VelocityContext vc, Long userId, Event event, Position position,
String templatePath) {