Skip to content

Commit cb8c2a9

Browse files
author
rtschu
committed
removed vardump
1 parent 6000927 commit cb8c2a9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

classes/evasys_inviter.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,6 @@ public static function getmode($category) {
311311
$parents = \core_course_category::get($category)->get_parents();
312312
for ($i = count($parents) - 1; $i >= 0; $i--) {
313313
$mode = $DB->get_record('block_evasys_sync_categories', array('course_category' => $parents[$i]));
314-
var_dump($mode);
315314
if ($mode !== false) {
316315
return (bool) $mode->category_mode;
317316
}

0 commit comments

Comments
 (0)