remove debug logging

This commit is contained in:
Starbeamrainbowlabs 2022-02-21 03:14:57 +00:00
parent de0b5893ac
commit e4a381b915
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 0 additions and 1 deletions

View File

@ -113,7 +113,6 @@ class SystemQuery extends EventEmitter {
this.agent.off("message-query-response", handle_response);
l.log(`fetch table END`);
// FUTURE: Add a cache here? Note that we also do not listen for query responses unless we've asked for a table.
}
}