mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-02 00:08:29 +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;
|
||||
if(activeNode.isComputed)
|
||||
{
|
||||
console.warn("displayLensDistortionViewer.isComputed: 1")
|
||||
return true;
|
||||
}
|
||||
var inputAttr = activeNode.attribute("input");
|
||||
|
@ -854,7 +853,6 @@ FocusScope {
|
|||
var inputAttrLink = inputAttr.rootLinkParam;
|
||||
if(!inputAttrLink)
|
||||
return false;
|
||||
console.warn("displayLensDistortionViewer.isComputed (link attr): " + inputAttrLink.node.isComputed)
|
||||
return inputAttrLink.node.isComputed;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue