Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
teonbrooks committed Jul 4, 2021
1 parent 712b72a commit 0e6ff75
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion app/components/AnalyzeComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ interface Props {
type: EXPERIMENTS;
deviceType: DEVICES;
isEEGEnabled: boolean;
mainChannel: any;
epochsInfo: Array<{
[key: string]: number | string;
}>;
Expand Down
1 change: 0 additions & 1 deletion app/components/CleanComponent/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ export interface Props {
type?: EXPERIMENTS;
title: string;
deviceType: DEVICES;
mainChannel?: any;
epochsInfo: Array<{
[key: string]: number | string;
}>;
Expand Down
2 changes: 0 additions & 2 deletions app/reducers/pyodideReducer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { createReducer } from '@reduxjs/toolkit';
import { PyodideActions, ExperimentActions } from '../actions';

export interface PyodideStateType {
readonly mainChannel: any | null | undefined;
readonly epochsInfo: Array<{
[key: string]: number | string;
}>;
Expand All @@ -28,7 +27,6 @@ export interface PyodideStateType {
}

const initialState = {
mainChannel: null,
epochsInfo: [],
channelInfo: [],
psdPlot: null,
Expand Down

0 comments on commit 0e6ff75

Please sign in to comment.