Skip to content

Commit 17e2dbf

Browse files
author
AJ Keller
authored
Merge pull request #66 from andrewjaykeller/development
Development
2 parents ae7f05d + 19f30da commit 17e2dbf

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "openbci-electron-hub",
33
"productName": "OpenBCIHub",
44
"description": "OpenBCIHub",
5-
"version": "2.0.1",
5+
"version": "2.0.2",
66
"author": "AJ Keller <hello@pushtheworld.us>",
77
"copyright": "© 2018, OpenBCI inc.",
88
"homepage": "http://openbci.com",

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# v2.0.2
2+
3+
### Bug Fixes
4+
5+
- Clean up logs
6+
17
# v2.0.1
28

39
### Bug Fixes

src/background.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,6 @@ net
264264
for (let i = 0; i < rawMessages.length - 1; i++) {
265265
try {
266266
const message = JSON.parse(rawMessages[i].toString());
267-
console.log("message", message);
268267
parseMessage(message, client);
269268
} catch (e) {
270269
// if (verbose) console.log(e);

0 commit comments

Comments
 (0)