From 36125b913218796307c2f4ac6b2e37b176ebaad8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=8B=D1=87=D0=BA=D0=BE=D0=B2=20=D0=90=D0=BD=D0=B4?= =?UTF-8?q?=D1=80=D0=B5=D0=B9?= Date: Mon, 15 Aug 2016 15:07:00 +0000 Subject: [PATCH] git-svn-id: svn://db.shs.com.ru/pip@222 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5 --- src/core/pistring.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/pistring.cpp b/src/core/pistring.cpp index 7a1102cb..f1296e92 100755 --- a/src/core/pistring.cpp +++ b/src/core/pistring.cpp @@ -263,7 +263,6 @@ void PIString::trimsubstr(int &st, int &fn) const { for (int i = length() - 1; i >= 0; --i) if (at(i) != ' ' && at(i) != '\t' && at(i) != '\n' && at(i) != '\r' && at(i) != char(12)) {fn = i; break;} -// piCout << "trim" << st << fn; }