Skip to content

Commit 1bc6ea3

Browse files
committed
Remove debug statement
1 parent 738c36a commit 1bc6ea3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

application/models/Satellite_model.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ function satellite_data() {
9999
$this->db->select('satellite.name AS satellite, satellitemode.name AS satmode, satellitemode.uplink_mode AS Uplink_Mode, satellitemode.uplink_freq AS Uplink_Freq, satellitemode.downlink_mode AS Downlink_Mode, satellitemode.downlink_freq AS Downlink_Freq');
100100
$this->db->join('satellitemode', 'satellite.id = satellitemode.satelliteid', 'LEFT OUTER');
101101
$query = $this->db->get('satellite');
102-
log_message('debug', 'SQL: '.$this->db->last_query());
103102
return $query->result();
104103
}
105104

0 commit comments

Comments
 (0)