Skip to content

Commit

Permalink
Removed useless message from "open from website" dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
RodZill4 committed Jan 12, 2025
1 parent a29b550 commit fef6c93
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ func update_thumbnails() -> void:
var error = $ImageHTTPRequest.request(address)
if error == OK:
var data : PackedByteArray = (await $ImageHTTPRequest.request_completed)[3]
print(data.get_string_from_ascii())
image.load_webp_from_buffer(data)
image.save_png(cache_filename)
else:
Expand Down

0 comments on commit fef6c93

Please sign in to comment.