diff options
Diffstat (limited to 'Boot/BootKit')
| -rw-r--r-- | Boot/BootKit/Vendor/Qr.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Boot/BootKit/Vendor/Qr.hxx b/Boot/BootKit/Vendor/Qr.hxx index d1820330..0571aa7c 100644 --- a/Boot/BootKit/Vendor/Qr.hxx +++ b/Boot/BootKit/Vendor/Qr.hxx @@ -370,9 +370,6 @@ namespace qr if (!this->status) return false; // it may be invalid. - BTextWriter writer; - writer.Write(L"Printing QR-code...\r"); - CGInit(); for (int y = 0; y < (this->side_size()); ++y) @@ -388,7 +385,7 @@ namespace qr CGFini(); - return false; + return true; } // Create Qr code with given error correction level. If mask == -1, |
