about summary refs log tree commit diff
path: root/src/rt/rust.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/rt/rust.cpp')
-rw-r--r--src/rt/rust.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rt/rust.cpp b/src/rt/rust.cpp
index 0049537bd33..74e0db31247 100644
--- a/src/rt/rust.cpp
+++ b/src/rt/rust.cpp
@@ -76,7 +76,6 @@ int check_claims = 0;
 
 extern "C" CDECL int
 rust_start(uintptr_t main_fn, int argc, char **argv, void* crate_map) {
-    fprintf(stderr, "rust_start, argc=%d argv=%p\n", argc, argv);
 
     rust_env *env = load_env();