Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Remove redundant log
Alexis Sellier committed 5 years ago
commit b9ae147aeae7385e967f95dd50ce48002e585849
parent 00fce3b39da17a358a1de71638b3c18e4c42784a
1 file changed +0 -2
modified src/Header.svelte
@@ -15,8 +15,6 @@
  export let session: Session | null;
  export let config: Config | null;

-
  console.log(config);
-

  let sessionButton: HTMLElement | null = null;
  let sessionButtonHover = false;