Skip to content

Commit 30d2c9b

Browse files
removes debug objects
1 parent 8f1d300 commit 30d2c9b

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"files": [
55
"dist"
66
],
7-
"version": "2.6.5",
7+
"version": "2.6.6",
88
"type": "module",
99
"scripts": {
1010
"dev": "vite",

src/main.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
11
import { initialize } from "./App";
22

3-
(window as any).USER = {
4-
id: "NFZ2MmtAQLmzyaZPBMquNQ",
5-
name: "Alexander McCormick",
6-
email: "a.mccormick989@gmail.com",
7-
is_authenticated: true,
8-
is_anonymous: false
9-
};
10-
113
initialize();

0 commit comments

Comments
 (0)