Skip to content

Commit eb8a62e

Browse files
author
Jack Crish
committed
merge master from os labs Merge branch 'master' of https://github.com/open-source-labs/reactime
2 parents efaba61 + 30f5e9f commit eb8a62e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
node_modules
2+
node_modules/
23
/node_modules
34
./node_modules
45
.DS_Store

src/app/containers/MainContainer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { useStoreContext } from '../store';
1414
import MPID from "../user_id/user_id";
1515

1616
const mixpanel = require("mixpanel").init("12fa2800ccbf44a5c36c37bc9776e4c0", {
17-
debug: true,
17+
debug: false,
1818
protocol: "https"
1919
});
2020

0 commit comments

Comments
 (0)