From 320db71d08c9d098aca41d95d424601d88dc10b5 Mon Sep 17 00:00:00 2001
From: Dominik Pfennig <dominik@suma-ev.de>
Date: Thu, 9 Jun 2016 15:44:38 +0200
Subject: [PATCH] Update MetaGer.php

---
 app/MetaGer.php | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/app/MetaGer.php b/app/MetaGer.php
index 15b32662d..37c4b5cca 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" )
-- 
GitLab