]> foleosoft.com Git - QAnsel.git/commitdiff
Sun Feb 11 11:11:54 PM EST 2024
authormiha-q <>
Mon, 12 Feb 2024 04:11:54 +0000 (23:11 -0500)
committermiha-q <>
Mon, 12 Feb 2024 04:11:54 +0000 (23:11 -0500)
src/QAnsel.c

index 907e4fd319219f30863f5a1ab40ac2fe636155f5..f2a81ecf6803d7be50227bb097d75b31d2050201 100644 (file)
@@ -613,7 +613,7 @@ void process(int argc, char** argv)
                                lineLen--;
                        }
                }
-               
+
                if (sscanf(lines[i], "qreg q[%i]%n", &q0, &matchedCount) == 1)
                {
                        if (qubitCount == 0xFF)
@@ -1220,7 +1220,6 @@ void process(int argc, char** argv)
                        errFound = 1;
                        break;
                }
-               printf(">%s: %i;%i<\n", lines[i], strlen(lines[i]), matchedCount);
                if (lineLen != matchedCount)
                {
                        fprintf(stderr, "QAnsel: Invalid trailing text");