diff --git a/app/MetaGer.php b/app/MetaGer.php
index 15b32662d10231b99d83cc6747c762bff8562bbd..37c4b5cca3183ea8c46befcf0f78bcf1efdafd8e 100644
--- a/app/MetaGer.php
+++ b/app/MetaGer.php
@@ -491,8 +491,7 @@ class MetaGer
         }
         $this->agent = new Agent();
         $this->mobile = $this->agent->isMobile();
-        if($this->mobile)
-            die("test");
+
         #Sprüche
         $this->sprueche = $request->input('sprueche', 'off');
         if($this->sprueche === "off" )