diff options
Diffstat (limited to 'templates/short/deviceOverspeed.vm')
-rw-r--r-- | templates/short/deviceOverspeed.vm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/short/deviceOverspeed.vm b/templates/short/deviceOverspeed.vm index 849c6ddb7..fe318fe08 100644 --- a/templates/short/deviceOverspeed.vm +++ b/templates/short/deviceOverspeed.vm @@ -1,4 +1,3 @@ -#set($subject = "$device.name: exceeds the speed") #if($speedUnit == 'kmh') #set($speedValue = $position.speed * 1.852) #set($speedString = $numberTool.format("0.0 km/h", $speedValue)) |