mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
chore: remove console logs
This commit is contained in:
-1
@@ -16,7 +16,6 @@
|
||||
let arePermsDisabled = true;
|
||||
|
||||
async function updatePermissions() {
|
||||
console.log($doc);
|
||||
try {
|
||||
await sdkForProject.databases.updateDocument(
|
||||
$doc.$databaseId,
|
||||
|
||||
-1
@@ -116,7 +116,6 @@
|
||||
}
|
||||
|
||||
async function updateScopes() {
|
||||
console.log(scopes.filter((scope) => activeScopes[scope]));
|
||||
try {
|
||||
await sdkForConsole.projects.updateKey(
|
||||
$project.$id,
|
||||
|
||||
@@ -112,9 +112,7 @@
|
||||
<button
|
||||
class="button is-only-icon is-text"
|
||||
aria-label="Delete item"
|
||||
on:click|preventDefault={() => {
|
||||
console.log('Feel refreshed?');
|
||||
}}>
|
||||
on:click|preventDefault>
|
||||
<span class="icon-refresh" aria-hidden="true" />
|
||||
</button>
|
||||
<button
|
||||
|
||||
@@ -157,7 +157,6 @@
|
||||
}
|
||||
async function updateMaxSize() {
|
||||
let size = sizeToBytes(maxSize, byteUnit);
|
||||
console.log(size);
|
||||
try {
|
||||
await sdkForProject.storage.updateBucket(
|
||||
$bucket.$id,
|
||||
|
||||
Reference in New Issue
Block a user