diff options
author | Abyss777 <abyss@fox5.ru> | 2016-12-30 14:25:03 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2016-12-30 14:25:03 +0500 |
commit | c142bc62a8f004630efac97cf15eb9ba604c3981 (patch) | |
tree | 63cbceb8bc3e4eaf783f53342a6d7cc0c9c3fcb7 | |
parent | 7549a78f785edf092099b42a015e4e556bb480b9 (diff) | |
download | trackermap-web-c142bc62a8f004630efac97cf15eb9ba604c3981.tar.gz trackermap-web-c142bc62a8f004630efac97cf15eb9ba604c3981.tar.bz2 trackermap-web-c142bc62a8f004630efac97cf15eb9ba604c3981.zip |
Remove out of date comment
-rw-r--r-- | web/app/view/MapMarkerController.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/web/app/view/MapMarkerController.js b/web/app/view/MapMarkerController.js index 2b447600..0a87b5d3 100644 --- a/web/app/view/MapMarkerController.js +++ b/web/app/view/MapMarkerController.js @@ -245,8 +245,6 @@ Ext.define('Traccar.view.MapMarkerController', { marker = new ol.Feature(geometry); marker.set('record', position); style = this.getReportMarker(position.get('deviceId'), position.get('course')); - /*style.getText().setText( - Ext.Date.format(position.get('fixTime'), Traccar.Style.dateTimeFormat24));*/ marker.setStyle(style); this.reportMarkers[position.get('id')] = marker; this.getView().getMarkersSource().addFeature(marker); |