Skip to content

Commit

Permalink
code: Cleanup, rm tmp dev log output.
Browse files Browse the repository at this point in the history
  • Loading branch information
MisterGC committed Oct 15, 2023
1 parent 2874b1e commit a9cc395
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/clay_world/SceneLoader3d.qml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ SceneLoaderBase
onRectangle: (id, x, y, width, height, fillColor, strokeColor, description) => {
x = x + (.5 * width)
const z = (world.zWuMax - y) + (.5 * height)
console.log("ON RECT with fill: " + fillColor)

let cfg = _fetchBuilderCfg(fillColor, strokeColor, description);
if (cfg)
Expand Down

0 comments on commit a9cc395

Please sign in to comment.