#132 Removed setInteval

This commit is contained in:
mauriziovitale84 2016-06-02 16:34:43 +01:00
parent b173e7c1ee
commit 1ee0d274e9

View File

@ -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);
}
/**