delete logger line; was the wrong place.

This commit is contained in:
Michael Meer 2013-09-11 14:05:33 +02:00
parent 2228264772
commit 82f4b1767e

View File

@ -904,7 +904,6 @@ function zot_import($arr) {
}
}
if($result){
logger('delivery result: ' . print_r($result,tue) );
$return = array_merge($return,$result);
}
}