mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Remove unused code
This commit is contained in:
parent
70e72a86e4
commit
80257cf5a4
1 changed files with 0 additions and 41 deletions
|
|
@ -329,44 +329,3 @@ export class AppScan {
|
|||
})
|
||||
}
|
||||
}
|
||||
|
||||
// export class AppScannerClient {
|
||||
|
||||
// constructor ({ messageReceiver }) {
|
||||
|
||||
// const testResultStore = global.$config.testResultStore
|
||||
|
||||
// if ( !isValidHttpUrl( testResultStore ) ) {
|
||||
// throw new Error( 'testResultStore is not a valid url' )
|
||||
// }
|
||||
|
||||
// this.messageReceiver = messageReceiver
|
||||
// }
|
||||
|
||||
// scanQueue = []
|
||||
|
||||
// get unscanned () {
|
||||
// return this.scanQueue.filter( scan => scan.status === 'idle' )
|
||||
// }
|
||||
|
||||
// get nextScan () {
|
||||
|
||||
|
||||
// sendMessage ( details ) {
|
||||
// if( typeof( this.messageReceiver ) === 'function' ) {
|
||||
// messageReceiver( details )
|
||||
// }
|
||||
// }
|
||||
|
||||
// qeueScan ( File ) {
|
||||
// // Create a new scan instance
|
||||
// const scan = new AppScan({ File, messageReceiver: this.sendMessage })
|
||||
|
||||
// // Add the scan to the queue
|
||||
// this.scanQueue.push( scan )
|
||||
// }
|
||||
|
||||
// start () {
|
||||
|
||||
// }
|
||||
// }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue