Remove bug test
This commit is contained in:
parent
0fe7335987
commit
c6ad412df9
@ -151,12 +151,6 @@ PLUGIN_API int XPluginStart(char *outName, char *outSig, char *outDesc)
|
|||||||
recordingThread = std::thread(&recordingWorker);
|
recordingThread = std::thread(&recordingWorker);
|
||||||
toLog("Workers started");
|
toLog("Workers started");
|
||||||
|
|
||||||
for (int i = 0; i < 10000; i++) {
|
|
||||||
char *t = (char *)calloc(sizeof(char), 11);
|
|
||||||
memcpy(t, "Take 10Bit", 10);
|
|
||||||
toLog(t);
|
|
||||||
}
|
|
||||||
|
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user