You've already forked godot
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user