User:Void/findInactiveSysops.js: Difference between revisions

whoops, this was set for debugging only
(apparently you can wind up with no log information)
(whoops, this was set for debugging only)
Line 153:
}
).done( function ( data ) {
//try {
var tribsData = data.query.usercontribs;
var logsData = data.query.logevents;
Line 181:
listInactiveUsers();
}
//} catch ( e ) {
// console.log( "Content request error: " + e.message );
// console.log( "Content request response: " + JSON.stringify( data ) );
//}
} );
}