Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
tbar0970 committed Aug 10, 2015
1 parent 7cc2a58 commit 3542e73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion db_objects/attendance_record_set.class.php
Expand Up @@ -189,7 +189,6 @@ function delete()
if ($this->status !== NULL) {
$sql .= ' AND status = '.$db->quote($this->status);
}
bam($sql);

$res = $db->query($sql);
check_db_result($res);
Expand Down

0 comments on commit 3542e73

Please sign in to comment.