Removed from Logging
This commit is contained in:
parent
665d9d83b8
commit
dd19505dbb
@ -35,7 +35,7 @@ namespace OpenStreetMap_Importer
|
||||
if(currentNodeType == nodeType.WAY)
|
||||
{
|
||||
ImportWay(currentWay);
|
||||
logger.log(loglevel.INFO, "Way nodes: {0} Weight: {1}", currentWay.nodes.Count);
|
||||
logger.log(loglevel.INFO, "Way nodes: {0}", currentWay.nodes.Count);
|
||||
}
|
||||
currentNodeType = nodeType.WAY;
|
||||
currentNode = nullNode;
|
||||
|
@ -9,6 +9,7 @@
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Graph\Graph.csproj" />
|
||||
<ProjectReference Include="..\Logging\Logging.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
Loading…
Reference in New Issue
Block a user