Fix. Remove unused code.

This commit is contained in:
Alexey Melnichuk
2015-12-22 17:19:14 +03:00
parent d1c07df479
commit 639426f1d2

View File

@@ -22,18 +22,6 @@
log.noticef("SQL - %s", sql)
end
-- export this params
local params = {
directory_visible = "directory-visible";
directory_exten_visible = "directory-exten-visible";
}
-- export this variables
local variables = {
effective_caller_id_name = "effective_caller_id_name";
directory_full_name = "directory_full_name";
}
local prev_domain_name
dbh:query(sql, function(row)