From: miha-q <> Date: Thu, 21 Mar 2024 17:39:20 +0000 (-0400) Subject: Thu Mar 21 01:39:20 PM EDT 2024 X-Git-Url: http://www.foleosoft.com/?a=commitdiff_plain;h=8c6274aac26e625b33d353583659797ef06a93ed;p=QAnsel.git Thu Mar 21 01:39:20 PM EDT 2024 --- diff --git a/src/openqasm.c b/src/openqasm.c index c138708..fb5936d 100644 --- a/src/openqasm.c +++ b/src/openqasm.c @@ -732,7 +732,6 @@ int qansel_process_chunks(char** chunks, int* associatedLines, int count, unsign for (int i = 0; i < count; i++) { found = 0; - printf("|\n"); for (int j = 0; j < sizeof(regexes) / sizeof(regexes[0]); j++) { if (regcomp(®ex, regexes[j], REG_EXTENDED | REG_ICASE))