Remove useless code

Old code supposed to interract with qBittorrent
This commit is contained in:
Aj - Thomas
2022-05-10 20:59:57 +02:00
parent 034ef3fd8f
commit b92462d056
2 changed files with 0 additions and 15 deletions

View File

@@ -1,7 +0,0 @@
import { serviceItem } from './types';
export function pingQbittorrent(service: serviceItem): any {
console.log('Getting service.cookie for service: ', service);
if (!service.cookie) service.cookie = 'Test';
else console.log(service.cookie);
}