mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
#132 Removed setInteval
This commit is contained in:
@@ -46,8 +46,6 @@ export class FileUploadingListComponent {
|
||||
|
||||
constructor(public el: ElementRef) {
|
||||
console.log('filesUploadingList constructor', el);
|
||||
|
||||
setInterval(() => {console.log('Check for async update from drag directive'); }, 1000);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user