removed console.log function calls that were throwing errors on IE
This commit is contained in:
@@ -133,7 +133,6 @@ function get_dynamic_payload_details(payload, zombie) {
|
||||
});
|
||||
|
||||
Ext.getCmp("payload-panel").doLayout();
|
||||
console.log("========payloadPanel.doLayout==============");
|
||||
}
|
||||
})
|
||||
}
|
||||
@@ -147,7 +146,6 @@ function get_dynamic_payload_details(payload, zombie) {
|
||||
* @param: {Object} the status bar.
|
||||
*/
|
||||
function genExistingExploitPanel(panel, command_id, zombie, sb) {
|
||||
console.log("genExistingExploitPanel========" + zombie.session);
|
||||
if(typeof panel != 'object') {
|
||||
Ext.beef.msg('Bad!', 'Incorrect panel chosen.');
|
||||
return;
|
||||
@@ -299,7 +297,6 @@ function genExistingExploitPanel(panel, command_id, zombie, sb) {
|
||||
* @param: {Object} the status bar.
|
||||
*/
|
||||
function genNewExploitPanel(panel, command_module_id, command_module_name, zombie, sb) {
|
||||
console.log("genNewExploitPanel========" + zombie.session);
|
||||
if(typeof panel != 'object') {
|
||||
Ext.beef.msg('Bad!', 'Incorrect panel chosen.');
|
||||
return;
|
||||
|
||||
@@ -139,16 +139,12 @@ ZombieTab_Commands = function(zombie) {
|
||||
'afterrender' : function() {
|
||||
},
|
||||
'selectionchange' : function() {
|
||||
console.log("selection changed");
|
||||
},
|
||||
'activate' : function() {
|
||||
console.log("activate");
|
||||
},
|
||||
'select' : function() {
|
||||
console.log("select");
|
||||
},
|
||||
'keyup' : function() {
|
||||
console.log("Key up");
|
||||
},
|
||||
'render' : function(c) {
|
||||
c.getEl().on('keyup', function() {
|
||||
|
||||
@@ -102,8 +102,6 @@ ZombieTab_Requester = function(zombie) {
|
||||
// itemclick: function(item) {
|
||||
// switch (item.id) {
|
||||
// case 'do-something':
|
||||
// console.log("history_panel_context_menu.rowIndex: " + history_panel_context_menu.rowIndex);
|
||||
// console.log("history_panel_context_menu.dbIndex: " + history_panel_context_menu.dbIndex);
|
||||
// break;
|
||||
// }
|
||||
// }
|
||||
|
||||
Reference in New Issue
Block a user