mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-06 10:18:42 +02:00
[ui] qml: remove trailing log
This commit is contained in:
parent
0cb8171ceb
commit
8112cdbddc
1 changed files with 0 additions and 2 deletions
|
@ -845,7 +845,6 @@ FocusScope {
|
||||||
return false;
|
return false;
|
||||||
if(activeNode.isComputed)
|
if(activeNode.isComputed)
|
||||||
{
|
{
|
||||||
console.warn("displayLensDistortionViewer.isComputed: 1")
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
var inputAttr = activeNode.attribute("input");
|
var inputAttr = activeNode.attribute("input");
|
||||||
|
@ -854,7 +853,6 @@ FocusScope {
|
||||||
var inputAttrLink = inputAttr.rootLinkParam;
|
var inputAttrLink = inputAttr.rootLinkParam;
|
||||||
if(!inputAttrLink)
|
if(!inputAttrLink)
|
||||||
return false;
|
return false;
|
||||||
console.warn("displayLensDistortionViewer.isComputed (link attr): " + inputAttrLink.node.isComputed)
|
|
||||||
return inputAttrLink.node.isComputed;
|
return inputAttrLink.node.isComputed;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue