mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
Remove debug code
Don't know who it was or why or when, but it shouldn't be there.
This commit is contained in:
parent
edb1a143ea
commit
12b967ddb2
1 changed files with 0 additions and 1 deletions
|
|
@ -235,7 +235,6 @@ Column
|
||||||
property var valueError:
|
property var valueError:
|
||||||
{
|
{
|
||||||
var data = Cura.ContainerManager.getContainerMetaDataEntry(Cura.MachineManager.activeMaterialId, "compatible")
|
var data = Cura.ContainerManager.getContainerMetaDataEntry(Cura.MachineManager.activeMaterialId, "compatible")
|
||||||
print(data)
|
|
||||||
if(data == "" || data == "True")
|
if(data == "" || data == "True")
|
||||||
{
|
{
|
||||||
return false
|
return false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue