Skip to content

Commit f8d05b5

Browse files
author
Laur0r
authored
Remove var_dump
1 parent ad9ecb0 commit f8d05b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/evasys_synchronizer.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ private function get_course_information() {
8787
foreach ($this->get_allocated_courses() as $course) {
8888
$soapresult = $this->soapclient->GetCourse($course, 'PUBLIC', true, true);
8989
if (is_soap_fault($soapresult)) {
90-
var_dump("soap verbindung nicht funktioniert");
90+
//var_dump("soap verbindung nicht funktioniert");
9191
// This happens e.g. if there is no corresponding course in EvaSys.
9292
return null;
9393
}

0 commit comments

Comments
 (0)