Prevent messing up vcore logs

This commit is contained in:
Qv2ray Maintainer 2020-01-25 21:50:35 +08:00 committed by GitHub
parent d555542263
commit fe80368247
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -206,7 +206,6 @@ namespace Qv2ray
Dial(const_cast<char *>(channelAddress.toStdString().c_str()), 10000), Dial(const_cast<char *>(channelAddress.toStdString().c_str()), 10000),
[](char* ptr) { free(ptr); } [](char* ptr) { free(ptr); }
); );
LOG(MODULE_VCORE, ret.get())
#endif #endif
apiTimerId = startTimer(1000); apiTimerId = startTimer(1000);
DEBUG(MODULE_VCORE, "API Worker started.") DEBUG(MODULE_VCORE, "API Worker started.")