chore: remove console log

This commit is contained in:
nivedin
2023-12-13 14:06:21 +05:30
committed by Andrew Bastin
parent b3bef85b87
commit 8bb628354e

View File

@@ -335,7 +335,6 @@ const onAddRequest = ({
path: string
index: number
}) => {
console.log("onAddRequest", name, path, index)
const newRequest = {
...tabs.currentActiveTab.value.document.request,
name,