From 5b0082dc938ec0f9914eab40c759c9d274e3da68 Mon Sep 17 00:00:00 2001 From: momo5502 Date: Mon, 23 May 2022 19:20:07 +0200 Subject: [PATCH] Remove debug prints --- src/client/component/arxan.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/client/component/arxan.cpp b/src/client/component/arxan.cpp index 1f64f0f7..28869951 100644 --- a/src/client/component/arxan.cpp +++ b/src/client/component/arxan.cpp @@ -73,14 +73,10 @@ namespace arxan break; } - OutputDebugStringW(path.data()); - for (size_t i = 0; i < keyword.size(); ++i) { string.Buffer[pos + i] = L'a'; } - - OutputDebugStringW(path.data()); } } }