Merge pull request #29286 from kitaisreal/user-defined-executable-function-fix-debug-message

UserDefinedExecutableFunction fix debug message
This commit is contained in:
Maksim Kita 2021-09-23 12:14:57 +03:00 committed by GitHub
commit 1b99f43911
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,7 +63,6 @@ public:
std::shared_ptr<const IExternalLoadable> clone() const override
{
std::cerr << "UserDefinedExecutableFunction::clone " << this << std::endl;
return std::make_shared<UserDefinedExecutableFunction>(configuration, lifetime, process_pool);
}