mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-06 07:20:36 +00:00
remove unnecessary debug output
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
dadec6d02d
commit
8cd6425724
@ -474,7 +474,6 @@ Ext.define('PVE.StdWorkspace', {
|
||||
split:true,
|
||||
listeners: {
|
||||
resize: function(panel, width, height) {
|
||||
console.log('test');
|
||||
var viewHeight = me.getSize().height;
|
||||
if (height > (viewHeight - 150)) {
|
||||
panel.setHeight(viewHeight - 150);
|
||||
|
Loading…
Reference in New Issue
Block a user