diff options
Diffstat (limited to 'l/src')
-rw-r--r-- | l/src/main.lisp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/l/src/main.lisp b/l/src/main.lisp index 9e2c2b5..81f05d6 100644 --- a/l/src/main.lisp +++ b/l/src/main.lisp @@ -110,7 +110,6 @@ target-id)))) (defun reload-extension (session-id) - ;; Use call ID "1" as this is the first message sent to the attached target. (setf *last-session-id* session-id) (websocket-send *client* @@ -122,9 +121,6 @@ (incf *reloaded-count*)) (defun reload-tab (session-id) - ;; Use call ID "2" as this will always be sent after a `reload-extension` - ;; message. - ;; Two response messages always come back from the `chrome.tabs.reload()` ;; messages, so we need to add a second increment to the wait group. (wait-group:add *wg*) |