Index: sources/gui/qml/components/StackItem.qml =================================================================== diff -u -r821bf955d0ba7e028bccfee7c04ca77cf80a0bd4 -r2dd767833cf0cf706c457951c2d78e7e20aff768 --- sources/gui/qml/components/StackItem.qml (.../StackItem.qml) (revision 821bf955d0ba7e028bccfee7c04ca77cf80a0bd4) +++ sources/gui/qml/components/StackItem.qml (.../StackItem.qml) (revision 2dd767833cf0cf706c457951c2d78e7e20aff768) @@ -36,6 +36,8 @@ * \brief prints out the list of the items in the stack by their index position in the stack. */ function info(vInfo) { + // DEBUG: + return; console.debug('-----') if ( vInfo !== undefined ) console.debug(vInfo) for( var i = 0; i < _stackView.depth; i++ ) {