Remove bug test

This commit is contained in:
Kilian Hofmann 2022-09-04 18:56:48 +02:00
parent 0fe7335987
commit c6ad412df9

View File

@ -151,12 +151,6 @@ PLUGIN_API int XPluginStart(char *outName, char *outSig, char *outDesc)
recordingThread = std::thread(&recordingWorker);
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;
}