mirror of
https://github.com/Qv2ray/Qv2ray.git
synced 2025-05-20 10:50:23 +08:00
Prevent messing up vcore logs
This commit is contained in:
parent
d555542263
commit
fe80368247
@ -206,7 +206,6 @@ namespace Qv2ray
|
||||
Dial(const_cast<char *>(channelAddress.toStdString().c_str()), 10000),
|
||||
[](char* ptr) { free(ptr); }
|
||||
);
|
||||
LOG(MODULE_VCORE, ret.get())
|
||||
#endif
|
||||
apiTimerId = startTimer(1000);
|
||||
DEBUG(MODULE_VCORE, "API Worker started.")
|
||||
|
Loading…
Reference in New Issue
Block a user