Skip to content

Commit

Permalink
removed debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasHalwax committed Dec 12, 2023
1 parent 8c2f38f commit 003b167
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/renderer/components/properties/TilePresetProperties.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ const LayerList = props => {
*
*/
const TilePresetProperties = props => {
console.dir(props)
return (
<LayerList preset={Object.entries(props.features)[0]}/>
)
Expand Down

0 comments on commit 003b167

Please sign in to comment.