From fbc49050c626ccd3d25370031204cc64e5a8f5c2 Mon Sep 17 00:00:00 2001 From: Srk Date: Sat, 18 Nov 2017 19:40:10 +0100 Subject: Removing notification templates references --- src/org/traccar/notification/NotificationFormatter.java | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/org/traccar/notification/NotificationFormatter.java') 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) { -- cgit v1.2.3