From f5b8609160cafb73dfa76d6b63c551560c0ae0fe Mon Sep 17 00:00:00 2001 From: gingerBill Date: Mon, 7 Sep 2020 12:15:54 +0100 Subject: [PATCH] Remove debug print --- core/runtime/core.odin | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/runtime/core.odin b/core/runtime/core.odin index 5e6c572da..831b2a33d 100644 --- a/core/runtime/core.odin +++ b/core/runtime/core.odin @@ -1460,8 +1460,6 @@ _fnv64a :: proc "contextless" (data: []byte, seed: u64 = 0xcbf29ce484222325) -> default_hash :: inline proc "contextless" (data: []byte) -> u64 { - context = default_context(); - os.write_string(os.stdout, "here - default_hash\n"); return _fnv64a(data); } default_hash_string :: inline proc "contextless" (s: string) -> u64 {