removed console.log function calls that were throwing errors on IE

This commit is contained in:
antisnatchor
2012-02-15 14:12:43 +01:00
parent 55b52427e8
commit d9104b93f4
3 changed files with 0 additions and 9 deletions

View File

@@ -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;

View File

@@ -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() {

View File

@@ -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;
// }
// }