diff options
Diffstat (limited to 'src/org/traccar/notification')
-rw-r--r-- | src/org/traccar/notification/NotificationFormatter.java | 6 |
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) { |