diff --git a/substrate/environmental/src/lib.rs b/substrate/environmental/src/lib.rs
index 0dcd55bdcb2693ff96da41811b65831188a1aaae..2556b437ae934c81f302f0664014836a8f5cb2a4 100644
--- a/substrate/environmental/src/lib.rs
+++ b/substrate/environmental/src/lib.rs
@@ -44,8 +44,6 @@
 pub use std::cell::RefCell;
 use std::thread::LocalKey;
 
-pub fn test_me() { panic!("Hello") }
-
 pub fn using_environment<'a, T: 'a, R, S, F: FnOnce() -> R>(
 	global: &'static LocalKey<RefCell<*mut S>>,
 	protected: &'a mut T,