Sfoglia il codice sorgente

Merge pull request #13510 from ghalliday/issue23325

HPCC-23325 Remove out of date logging message (plugin contains no ECL)

Reviewed-By: Shamser Ahmed <shamser.ahmed@lexisnexis.co.uk>
Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 5 anni fa
parent
commit
b10ad36927
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      ecl/hql/hqlcollect.cpp

+ 0 - 1
ecl/hql/hqlcollect.cpp

@@ -326,7 +326,6 @@ bool FileSystemFile::checkValid()
                     }
                     else
                     {
-                        DBGLOG("Plugin %s exports getECLPluginDefinition but does not export ECL - not loading", filename);
                         return false;
                     }
                 }