Remove player listing since query is gone
This commit is contained in:
parent
d223a224cd
commit
af2644cf59
2 changed files with 0 additions and 7 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue