From c320527f9da3f502382e36d53fd221fa3c1fafcc Mon Sep 17 00:00:00 2001 From: an-tao Date: Thu, 17 Sep 2020 23:12:33 +0800 Subject: [PATCH] Delete a confusing log output --- lib/inc/drogon/DrObject.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/inc/drogon/DrObject.h b/lib/inc/drogon/DrObject.h index eb61c6fe..08979ce4 100644 --- a/lib/inc/drogon/DrObject.h +++ b/lib/inc/drogon/DrObject.h @@ -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"; } };