jancoow 10 жил өмнө
parent
commit
d494c14e27

+ 0 - 4
Breda-Tour/Data/RouteDatabase.cs

@@ -29,10 +29,6 @@ namespace Breda_Tour.Data
                 foreach (JToken route in JsonList){
                    Routes.Add(JsonConvert.DeserializeObject<Route>(route.ToString()));
                 }
-                foreach (Waypoint p in Routes[0].Waypoints)
-                {
-                    System.Diagnostics.Debug.WriteLine(p.Description);
-                }
         });
         }
     }

+ 0 - 1
Breda-Tour/MainPage.xaml.cs

@@ -28,7 +28,6 @@ namespace Breda_Tour
 
         public MainPage()
         {
-            new RouteDatabase();
             this.InitializeComponent();
             f = this.rootFrame;
             f.Navigate(typeof(SettingsPage));