mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Remove debug statement
This commit is contained in:
@@ -36,10 +36,7 @@ class Activated_gridmap_model extends CI_Model {
|
||||
|
||||
$sql .= $this->addQslToQuery($qsl, $lotw, $eqsl);
|
||||
|
||||
$result = $this->db->query($sql);
|
||||
log_message('debug','SQL: '.$this->db->last_query());
|
||||
return $result;
|
||||
#return $this->db->query($sql);
|
||||
return $this->db->query($sql);
|
||||
}
|
||||
|
||||
function get_band($band, $mode, $qsl, $lotw, $eqsl, $sat) {
|
||||
|
||||
Reference in New Issue
Block a user