MOBILE-3833 core: Fix 'undefined' handler in log

main
Dani Palou 2022-03-23 10:31:55 +01:00
parent 82afb28901
commit 0bc6568f1f
1 changed files with 0 additions and 2 deletions

View File

@ -29,8 +29,6 @@ import { CoreFileHelper } from './file-helper';
@Injectable({ providedIn: 'root' })
export class CorePluginFileDelegateService extends CoreDelegate<CorePluginFileHandler> {
protected handlerNameProperty = 'component';
constructor() {
super('CorePluginFileDelegate', true);
}