From 507736690de2f4125aec25ecb0339196fb89ba56 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Sat, 3 Jan 2015 16:00:37 -0300 Subject: [PATCH] removed print --- core/ustring.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/ustring.cpp b/core/ustring.cpp index 50e5dc95c71..581cc29440b 100644 --- a/core/ustring.cpp +++ b/core/ustring.cpp @@ -655,8 +655,6 @@ Vector String::split_floats_mk(const Vector &p_splitters,bool p_a } if (p_allow_empty || (end>from)) { - double d = String::to_double(&c_str()[from]); - print_line("get db: "+rtos(d)); ret.push_back(String::to_double(&c_str()[from])); }