Skip to content

Commit

Permalink
removed unused variable userName
Browse files Browse the repository at this point in the history
  • Loading branch information
jbcpollak authored and av8ta committed Jun 2, 2024
1 parent ea46030 commit d6b7ce8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion applications/web/src/components/AppBar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
const log = (function () { const context = "[AppBar.svelte]"; const color="gray"; return Function.prototype.bind.call(console.log, console, `%c${context}`, `font-weight:bold;color:${color};`)})() // prettier-ignore
export let userName = "mattferraro.dev"
export let project: Project
export let renaming: boolean = false
export let newProjectName: string = ""
Expand Down

0 comments on commit d6b7ce8

Please sign in to comment.