mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Duh. More spurious output squashed.
This commit is contained in:
parent
9532c34e00
commit
5c5dfee259
1 changed files with 0 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue