Remove player listing since query is gone

This commit is contained in:
Dane Everitt 2017-01-14 19:16:55 -05:00
parent d223a224cd
commit af2644cf59
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
2 changed files with 0 additions and 7 deletions

View file

@ -329,11 +329,6 @@ $(window).load(function () {
MemoryChart.update();
});
// Socket Recieves New Query
socket.on('query', function (data){
// Disabled.
});
// New Console Data Recieved
var outputQueue = [];
socket.on('console', function (data) {