Skip to content

Commit b24f94e

Browse files
authored
chore: remove debug print statement (GDQuest#78)
1 parent 0554d06 commit b24f94e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lsp/ScriptVerifier.gd

-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ func remove_http_request_node() -> void:
8383
func _on_http_request_completed(
8484
result: int, _response_code: int, _headers: PoolStringArray, body: PoolByteArray
8585
) -> void:
86-
prints("sdfdsfdsf?", result, ":::", _response_code)
8786

8887
if result != HTTPRequest.RESULT_SUCCESS:
8988
var error_name: String = HTTP_RESULT_ERRORS[result]

0 commit comments

Comments
 (0)