remove 'for testing' comment

This commit is contained in:
SpikeHD
2022-05-14 00:54:27 -07:00
parent 4409ada5e9
commit ec5197b5fa

View File

@@ -2,7 +2,6 @@ import React from 'react'
import { listen } from '@tauri-apps/api/event'
import './App.css'
/* FOR TESTING */
import DownloadHandler from '../utils/download'
// Major Components
@@ -52,8 +51,6 @@ class App extends React.Component<IProps, IState> {
downFunc={() => this.setState({ downloadsOpen: !this.state.downloadsOpen })}
/>
{
// Mini downloads section
this.state.miniDownloadsOpen ?