mirror of
https://github.com/KDE/latte-dock.git
synced 2025-02-09 05:57:39 +03:00
hide some debug messages
This commit is contained in:
parent
4c12441d65
commit
285090d961
@ -106,10 +106,10 @@ Item{
|
||||
&& (!mainLayout.animatedLength)
|
||||
|
||||
// debug maskArea criteria
|
||||
console.log(root.nowDockHoveredIndex + ", " + layoutsContainer.hoveredIndex + ", "
|
||||
+ root.appletsAnimations+ ", "
|
||||
+ root.animationsNeedBothAxis + ", " + root.animationsNeedLength + ", " + root.animationsNeedThickness +", "
|
||||
+ mainLayout.animatedLength);
|
||||
//console.log(root.nowDockHoveredIndex + ", " + layoutsContainer.hoveredIndex + ", "
|
||||
// + root.appletsAnimations+ ", "
|
||||
// + root.animationsNeedBothAxis + ", " + root.animationsNeedLength + ", " + root.animationsNeedThickness +", "
|
||||
// + mainLayout.animatedLength);
|
||||
|
||||
var tempLength = root.isHorizontal ? width : height;
|
||||
var tempThickness = root.isHorizontal ? height : width;
|
||||
|
Loading…
x
Reference in New Issue
Block a user