mirror of
https://github.com/emailerfacu-spec/minix-front.git
synced 2026-04-01 13:10:44 -03:00
fix: eliminados algunos log
This commit is contained in:
@@ -21,9 +21,9 @@ export const sesionStore = {
|
||||
reset: () => currentSesion.set(null)
|
||||
};
|
||||
|
||||
sesionStore.subscribe((value) => {
|
||||
console.log(value);
|
||||
});
|
||||
// sesionStore.subscribe((value) => {
|
||||
// console.log(value);
|
||||
// });
|
||||
|
||||
if (browser) {
|
||||
currentSesion.subscribe((value) => {
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
let showCrearPost = $state(false);
|
||||
|
||||
let data = $derived(page.data);
|
||||
$inspect(data);
|
||||
// $inspect(data);
|
||||
|
||||
let fetching = false;
|
||||
// svelte-ignore state_referenced_locally
|
||||
|
||||
Reference in New Issue
Block a user