Skip to content

Commit

Permalink
Remove log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
maurhofer-ubique committed Jan 4, 2024
1 parent 7cf8016 commit 369bf03
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ Tiled2dMapVectorLayerParserResult Tiled2dMapVectorLayerParserHelper::parseStyleJ
globalIsInteractable = parser.parseValue(json["metadata"]["interactable"]);
persistingSymbolPlacement = json["metadata"].value("persistingSymbolPlacement", false);
}
LogDebug << "UBCM: " << layerName << " persisting placement: " <<= (persistingSymbolPlacement ? "true" : "false");

int64_t globalTransitionDuration = 300;
int64_t globalTransitionDelay = 0;
Expand Down

0 comments on commit 369bf03

Please sign in to comment.