mirror of
https://gitee.com/an-tao/drogon.git
synced 2024-12-02 11:47:56 +08:00
Delete a confusing log output
This commit is contained in:
parent
d023743fa3
commit
c320527f9d
@ -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";
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user