chore: remove console logs

This commit is contained in:
Torsten Dittmann
2022-10-04 16:40:17 +02:00
parent 276cd56174
commit efa512124e
4 changed files with 1 additions and 6 deletions
@@ -16,7 +16,6 @@
let arePermsDisabled = true;
async function updatePermissions() {
console.log($doc);
try {
await sdkForProject.databases.updateDocument(
$doc.$databaseId,
@@ -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,