Remove error logs

This commit is contained in:
Jake Barnby
2025-11-05 13:28:34 +13:00
parent 703555a7d1
commit 745ddb6d14
+2 -4
View File
@@ -135,8 +135,7 @@
tableId
});
tableName = table.name;
} catch (error) {
console.error('Failed to fetch table name:', error);
} catch {
tableName = null;
}
}
@@ -147,8 +146,7 @@
.forProject(page.params.region, page.params.project)
.storage.getBucket({ bucketId });
bucketName = bucket.name;
} catch (error) {
console.error('Failed to fetch bucket name:', error);
} catch {
bucketName = null;
}
}