We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31fe52b commit a3ae8b6Copy full SHA for a3ae8b6
httpdbg/webapp/static/api.js
@@ -13,7 +13,6 @@ const global = {
13
14
function save_request(request_id, request, session_id) {
15
const initiator = global.initiators[request.initiator_id] ?? null;
16
- console.log("initiator " + initiator);
17
if (initiator !== null) { // the initiator may be missing if the clean list is executed in parrallel
18
request.loaded = false;
19
request.to_refresh = true;
0 commit comments