From 3b536b4ef12e8c417cf163cbc53de7d29fb6b8ca Mon Sep 17 00:00:00 2001 From: halx99 Date: Fri, 14 Sep 2018 15:37:35 +0800 Subject: [PATCH] v2.2.1 --- wsls-echo/wsls-echo.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/wsls-echo/wsls-echo.cpp b/wsls-echo/wsls-echo.cpp index 390f146..b19e6bb 100644 --- a/wsls-echo/wsls-echo.cpp +++ b/wsls-echo/wsls-echo.cpp @@ -1,4 +1,4 @@ -// wsls-echo.cpp : Defines the entry point for the console application. +// wsls-echo.cpp : Defines the entry point for the console application. // #include "stdafx.h" @@ -73,10 +73,6 @@ int main(int argc, char** argv) { redirectPath[pathend] = endCh; // Try redirect again - if (!wsls::isFileExists(L"D:\\workspace\\ndk-workaround.log")) - { - wsls::writeFileData("D:\\workspace\\ndk-workaround.log", content); - } iRet = wsls::writeFileData(redirectPath.c_str(), content, redirectType == 2); } }