chore: remove consolelog

This commit is contained in:
ChiragAgg5k
2025-03-05 11:47:16 +05:30
parent 1933c8ec11
commit b37bf5a85b
@@ -107,7 +107,6 @@
}
onMount(() => {
console.log(JSON.stringify(projects, null, 2));
if (metric === undefined && databaseOperationMetric === undefined) {
throw new Error(`metric or database operations must be defined`);
}