diff --git a/context/mod.rs b/context/mod.rs
index 42ff8ba733080e98f899663508a05721a2587c08..3e5e84913a55c50a07612da1bb811acd69d93b0b 100644
--- a/context/mod.rs
+++ b/context/mod.rs
@@ -98,9 +98,7 @@ pub fn contexts_mut() -> RwLockWriteGuard<'static, ContextList> {
 /// Switch to the next context
 /// Do not call this while holding locks!
 pub unsafe fn context_switch() {
-
-
-    current.arch.switch_to(&mut next.arch);
+//    current.arch.switch_to(&mut next.arch);
 }
 
 /// A context, which identifies either a process or a thread