[gnome-maps] resrobot: Remove comment about taxi mode



commit d3c34a044e6a8aee3d4c531d470144e09d98c689
Author: Marcus Lundblad <ml update uu se>
Date:   Tue Nov 12 22:27:46 2019 +0100

    resrobot: Remove comment about taxi mode
    
    Mode 9 has now been confirmed in the API
    docs as being "communal taxi".

 src/transitplugins/resrobot.js | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/src/transitplugins/resrobot.js b/src/transitplugins/resrobot.js
index 3f24af5b..532e905f 100644
--- a/src/transitplugins/resrobot.js
+++ b/src/transitplugins/resrobot.js
@@ -56,7 +56,6 @@ const Products = {
     TRAM:           64,
     BUS:            128,
     FERRY:          256,
-    // This is not currently specified in the API documentation
     TAXI:           512
 };
 
@@ -75,7 +74,6 @@ const CatCode = {
     TRAM:           6,
     BUS:            7,
     FERRY:          8,
-    // This is not currently specified in the API documentation
     TAXI:           9
 };
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]