diff --git a/Executable/Program.cs b/Executable/Program.cs index 8f587b9..56f022f 100644 --- a/Executable/Program.cs +++ b/Executable/Program.cs @@ -1,3 +1,4 @@ -Logging.Logger logger = new Logging.Logger(Logging.LogType.Console, Logging.loglevel.DEBUG); +//test +Logging.Logger logger = new Logging.Logger(Logging.LogType.Console, Logging.loglevel.DEBUG); Dictionary nodes = OpenStreetMap_Importer.Importer.Import(logger); new astar.Astar(nodes, logger); \ No newline at end of file