We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad9ecb0 commit f8d05b5Copy full SHA for f8d05b5
classes/evasys_synchronizer.php
@@ -87,7 +87,7 @@ private function get_course_information() {
87
foreach ($this->get_allocated_courses() as $course) {
88
$soapresult = $this->soapclient->GetCourse($course, 'PUBLIC', true, true);
89
if (is_soap_fault($soapresult)) {
90
- var_dump("soap verbindung nicht funktioniert");
+ //var_dump("soap verbindung nicht funktioniert");
91
// This happens e.g. if there is no corresponding course in EvaSys.
92
return null;
93
}
0 commit comments