quitent debug output if dry-run is set

This commit is contained in:
Ralf Becker 2010-08-16 14:56:14 +00:00
parent 3835e9acbc
commit a5b73a08ee

View File

@ -232,7 +232,7 @@ class addressbook_import_contacts_csv implements importexport_iface_import_plugi
unset($_data['id']);
}
if ( $this->dry_run ) {
print_r($_data);
//print_r($_data);
$this->results[$_action]++;
return true;
} else {