mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-09 06:23:36 +00:00
remove debugging code
This commit is contained in:
parent
b2fe56d828
commit
efa6d7bcad
@ -117,7 +117,6 @@ Ext.define('PVE.OpenVZ.IPAdd', {
|
||||
var me = this;
|
||||
|
||||
var values = me.formPanel.getValues();
|
||||
console.dir(values);
|
||||
|
||||
if (me.dataCache.ip_address) {
|
||||
return { ip_address: me.dataCache.ip_address + ' ' + values.ipaddress };
|
||||
|
@ -7,8 +7,6 @@ Ext.define('PVE.qemu.MemoryInputPanel', {
|
||||
onGetValues: function(values) {
|
||||
var me = this;
|
||||
|
||||
console.dir(values);
|
||||
|
||||
var res;
|
||||
|
||||
if (values.memoryType === 'fixed') {
|
||||
@ -158,7 +156,6 @@ Ext.define('PVE.qemu.MemoryEdit', {
|
||||
me.load({
|
||||
success: function(response, options) {
|
||||
var data = response.result.data;
|
||||
console.dir(data);
|
||||
|
||||
var values = {
|
||||
memory: data.memory,
|
||||
|
@ -18,7 +18,6 @@ Ext.define('PVE.qemu.StartupInputPanel', {
|
||||
|
||||
var startup = PVE.Parser.parseStartup(value);
|
||||
if (startup) {
|
||||
console.dir(startup);
|
||||
me.setValues(startup);
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user