removed comment, error mixin(import(file)), original file name is not passed in messages

This commit is contained in:
Basile Burg 2014-11-11 06:38:45 +01:00
parent 07acbd42cf
commit 05643cd32d
1 changed files with 0 additions and 1 deletions

View File

@ -601,7 +601,6 @@ begin
if not fileExists(ident) then
exit;
ext := extractFileExt(ident);
// error in import(file) content: ext may be different
if dExtList.IndexOf(ext) = -1 then
exit;
CEMainForm.openFile(ident);