An easy-to-use platform for EEG experimentation in the classroom
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Reverted inadvertent logging change

authored by

Dano Morrison and committed by
Teon L Brooks
d9b295bb 5bc5f089

+1 -2
+1 -2
app/utils/eeg/emotiv.ts
··· 26 26 } 27 27 28 28 // Creates the Cortex object from SDK 29 - const verbose = 3; 30 - // const verbose = process.env.LOG_LEVEL || 1; 29 + const verbose = process.env.LOG_LEVEL || 1; 31 30 const options = { verbose }; 32 31 33 32 // This global client is used in every Cortex API call