don't say we're connecting if we're not

This commit is contained in:
Evan Prodromou 2009-07-04 01:16:58 -04:00
parent 49c5c6f92b
commit f63702579a
1 changed files with 0 additions and 1 deletions

View File

@ -49,7 +49,6 @@ class StompQueueManager
function _connect()
{
$this->_log(LOG_DEBUG, "Connecting to $this->server...");
if (empty($this->con)) {
$this->_log(LOG_INFO, "Connecting to '$this->server' as '$this->username'...");
$this->con = new Stomp($this->server);