From e3ba3737081554488a4f1cd148b6e060384b1f99 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C4=99drzej=20Nowacki?= Date: Mon, 14 Jan 2013 14:21:06 +0100 Subject: [PATCH] Remove qDebug. Change-Id: I3b7764ac5201de012e6b296cd4e562cffc762974 Reviewed-by: Simon Hausmann --- qv4string.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/qv4string.cpp b/qv4string.cpp index 997f1dd..0f34fc0 100644 --- a/qv4string.cpp +++ b/qv4string.cpp @@ -89,7 +89,6 @@ uint String::toUInt(bool *ok) const return _hashValue; double d = __qmljs_string_to_number(this); - qDebug() << "toUInt" << d; uint l = (uint)d; if (d == l) return l; -- 2.7.4