Remove todo.

This commit is contained in:
kovacsv 2021-06-22 15:42:18 +02:00
parent 8d59266c50
commit 0524a0cbb1

View File

@ -50,8 +50,6 @@ OV.ImporterIfc = class extends OV.ImporterBase
}
});
} else {
// TODO: without another Init call it fails
// to load the same model multiple times
this.ImportIfcContent (fileContent);
onFinish ();
}