removed print

This commit is contained in:
Juan Linietsky 2015-01-03 16:00:37 -03:00
parent 167c1027be
commit 507736690d
1 changed files with 0 additions and 2 deletions

View File

@ -655,8 +655,6 @@ Vector<float> String::split_floats_mk(const Vector<String> &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]));
}