1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-07 17:36:07 +00:00

Remove funny output during when exporting a project or loading Godot Engine

This commit is contained in:
Xavier Sellier
2017-12-11 10:59:59 -05:00
parent dec619296a
commit 487773ed24
12 changed files with 15 additions and 26 deletions

View File

@@ -715,8 +715,6 @@ void EditorAssetLibrary::_image_request_completed(int p_status, int p_code, cons
if (p_status == HTTPRequest::RESULT_SUCCESS) {
print_line("GOT IMAGE YAY!");
if (p_code != HTTPClient::RESPONSE_NOT_MODIFIED) {
for (int i = 0; i < headers.size(); i++) {
if (headers[i].findn("ETag:") == 0) { // Save etag