chore: remove unnecessary comments and suppress error logging
This commit is contained in:
@@ -41,8 +41,8 @@ async function sendCancelRequest(cancelUrl, requestId, reason) {
|
||||
reason,
|
||||
}),
|
||||
})
|
||||
} catch (e) {
|
||||
console.debug('[Copilot] cancel request failed', e)
|
||||
} catch {
|
||||
// Cancel request failed silently
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user