From ddee8d71ec4820e07f4b541de517f48f6b121fc6 Mon Sep 17 00:00:00 2001 From: JoshyPHP Date: Sun, 20 Sep 2015 21:27:01 +0200 Subject: [PATCH] Removed debug code --- bootstrap.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/bootstrap.php b/bootstrap.php index 0234d91..7771161 100644 --- a/bootstrap.php +++ b/bootstrap.php @@ -35,8 +35,6 @@ public function enableAutoimage(FormatterConfigurator $event) } catch (Exception $e) { - // Do nothing - file_put_contents('/tmp/out',$e->getMessage()); } } }