1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-01 08:03:20 +00:00

remove unused service test

This commit is contained in:
Kyle Spearrin
2018-01-09 15:37:51 -05:00
parent b7a0fbfef5
commit bf35cf3588
2 changed files with 0 additions and 7 deletions

View File

@@ -1,5 +0,0 @@
export class UnusedService {
private unusedMethod(): string {
return 'unusedstring';
}
}