From 460cc29fffefb5d260a43648d9c315214755516d Mon Sep 17 00:00:00 2001 From: Melvin Ross Date: Thu, 12 Jun 2014 08:51:35 -0500 Subject: [PATCH] Remove unneeded comment out line that I just saw in compare view on GH --- lib/Cake/Network/CakeSocket.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Cake/Network/CakeSocket.php b/lib/Cake/Network/CakeSocket.php index a18cdea2a76..74171747e7a 100755 --- a/lib/Cake/Network/CakeSocket.php +++ b/lib/Cake/Network/CakeSocket.php @@ -116,7 +116,6 @@ class CakeSocket { */ public function __construct($config = array()) { $this->config = array_merge($this->_baseConfig, $config); - //if(isset()) } /**