From 930f8458847897a081ea3c6f11245d34c4278be2 Mon Sep 17 00:00:00 2001
From: Rasmus Fuhse <fuhse@data-quest.de>
Date: Wed, 29 Mar 2017 11:07:28 +0200
Subject: [PATCH] re #73

---
 controllers/myplugins.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/controllers/myplugins.php b/controllers/myplugins.php
index c52fc5f..605ac6b 100755
--- a/controllers/myplugins.php
+++ b/controllers/myplugins.php
@@ -181,7 +181,6 @@ class MypluginsController extends MarketController
             $this->release['repository_download_url'] = null;
         }
         if (!Request::get("use_secret")) {
-            var_dump("what?"); die();
             $this->release['repository_secret'] = null;
             $this->release['chdate'] = time();
         } elseif(!$this->release['repository_secret']) {
-- 
GitLab