Duh. More spurious output squashed.

This commit is contained in:
defacer 2005-03-23 04:03:50 +00:00
parent 9532c34e00
commit 5c5dfee259

View file

@ -887,7 +887,6 @@ function calculate_user_dst_table() {
if(empty($USER->dstoffsets)) {
$USER->dstoffsets = array(0 => NULL);
foreach($presetrecords as $presetrecord) {
print_object("calc changes");
$changes = dst_changes_for_year($presetrecord->year, $presetrecord);
if($changes === NULL) {