mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Remove error logs
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user