Delete a confusing log output

This commit is contained in:
an-tao 2020-09-17 23:12:33 +08:00
parent d023743fa3
commit c320527f9d

View File

@ -1,6 +1,6 @@
/**
*
* DrObject.h
* @file DrObject.h
* An Tao
*
* Copyright 2018, An Tao. All rights reserved.
@ -110,7 +110,6 @@ class DrObject : public virtual DrObjectBase
void>::type
registerClass()
{
LOG_ERROR << "Can't register classes without a default constructor";
}
};