Commit 8c2205d7 authored by Alex Ne's avatar Alex Ne

лишак

parent 75426635
...@@ -21,7 +21,6 @@ class Memcached { ...@@ -21,7 +21,6 @@ class Memcached {
if (class_exists("\Memcached")) { if (class_exists("\Memcached")) {
$this->prefix = $Credetional->get_prefix(); $this->prefix = $Credetional->get_prefix();
$this->link = new \Memcached($this->prefix); $this->link = new \Memcached($this->prefix);
echo "con";
$this->link->addServers($Credetional->get_servers()); $this->link->addServers($Credetional->get_servers());
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment