Skip to content

Commit

Permalink
Fix some things and stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlaltf2 committed Jul 21, 2022
1 parent 319d412 commit dfbfd20
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const activeModules = [
'CTCOffice',
'TrackController',
'TrackModel',
// 'TrainModel',
'TrainModel',
// 'TrainControllerHW',
//'TrainControllerSW',
'Timer',
Expand Down
2 changes: 0 additions & 2 deletions src/modules/CTCOffice.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import { styled } from '@mui/material/styles';
import FormControl from '@mui/material/FormControl';
import Select, { SelectChangeEvent } from '@mui/material/Select';
import cytoscape from 'cytoscape';
const df = require('data-forge'); // TODO: make this not use require

import _ from 'lodash';

Expand Down Expand Up @@ -51,7 +50,6 @@ const UIState = {

class CTCOffice extends React.Component {
constructor(props) {
console.log(df);
super(props);

window.electronAPI.subscribeCTCMessage( (_event, payload) => {
Expand Down

0 comments on commit dfbfd20

Please sign in to comment.