CURA-4234 remove debugging logline

This commit is contained in:
Jack Ha 2017-12-13 14:16:35 +01:00
parent 63eec848fc
commit 3605edc565

View File

@ -162,7 +162,6 @@ Rectangle
} }
function updateMargins() { function updateMargins() {
CuraApplication.log("update margin");
if (UM.Preferences.getValue("cura/sidebar_collapse")) { if (UM.Preferences.getValue("cura/sidebar_collapse")) {
rightMargin = UM.Theme.getSize("default_margin").width; rightMargin = UM.Theme.getSize("default_margin").width;
} else { } else {