diff --git a/packages/hoppscotch-common/src/components/embeds/index.vue b/packages/hoppscotch-common/src/components/embeds/index.vue
index 5a494bbe7..12bc0d9f4 100644
--- a/packages/hoppscotch-common/src/components/embeds/index.vue
+++ b/packages/hoppscotch-common/src/components/embeds/index.vue
@@ -21,7 +21,7 @@
@@ -134,8 +130,6 @@ const tab = useModel(props, "modelTab")
const selectedOptionTab = ref(props.properties[0])
-console.log("request", tab.value.document.request)
-
const requestCancelFunc: Ref<(() => void) | null> = ref(null)
const loading = ref(false)
diff --git a/packages/hoppscotch-common/src/components/share/CustomizeModal.vue b/packages/hoppscotch-common/src/components/share/CustomizeModal.vue
index e0128ec5c..da1b0dfa6 100644
--- a/packages/hoppscotch-common/src/components/share/CustomizeModal.vue
+++ b/packages/hoppscotch-common/src/components/share/CustomizeModal.vue
@@ -358,13 +358,7 @@ const linkVariants: LinkVariant[] = [
const baseURL = import.meta.env.VITE_SHORTCODE_BASE_URL ?? "https://hopp.sh"
const copyEmbed = () => {
- //const options = embedOptions.value
- // const enabledEmbedOptions = options.tabs
- // .filter((tab) => tab.enabled)
- // .map((tab) => tab.value)
- // .toString()
- //return `
`
}
const copyButton = (
diff --git a/packages/hoppscotch-common/src/pages/e/_id.vue b/packages/hoppscotch-common/src/pages/e/_id.vue
index 0c5294acb..b9afd5977 100644
--- a/packages/hoppscotch-common/src/pages/e/_id.vue
+++ b/packages/hoppscotch-common/src/pages/e/_id.vue
@@ -86,7 +86,6 @@ watch(
} else if (parsedProperties.theme === "auto") {
applySetting("BG_COLOR", "system")
}
- console.log("properties", JSON.parse(data.right.shortcode.properties))
properties.value = parsedProperties.options
}
}