remove xdebug statement

parent dd9eb811
......@@ -264,8 +264,6 @@ class Typo extends CI_Model {
* Номер сообщения в бд
*/
function correctTypo($message_id) {
xdebug_break();
/* TODO: брать из конфига */
$correctPath = $this->config->item("correction_path");
$authToken = $this->config->item("typos_password");
......
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