Skip to content

Commit a3ae8b6

Browse files
committed
remove log
1 parent 31fe52b commit a3ae8b6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

httpdbg/webapp/static/api.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ const global = {
1313

1414
function save_request(request_id, request, session_id) {
1515
const initiator = global.initiators[request.initiator_id] ?? null;
16-
console.log("initiator " + initiator);
1716
if (initiator !== null) { // the initiator may be missing if the clean list is executed in parrallel
1817
request.loaded = false;
1918
request.to_refresh = true;

0 commit comments

Comments
 (0)