mirror of
https://github.com/SrIzan10/spongebin.git
synced 2026-05-01 11:05:09 +00:00
fix: remove debug log in SaveButton
This commit is contained in:
@@ -12,8 +12,6 @@ export default function SaveButton() {
|
||||
const save = async () => {
|
||||
setSaving(true);
|
||||
|
||||
console.log({ code });
|
||||
|
||||
const result = await unwrapOr(encode(code), "");
|
||||
const url = `${window.location.origin}/?l=${$langStore.get()}&t=${$themeStore.get()}&c=${result}`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user