1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-11-29 11:24:11 +01:00

Removed debug statement.

This commit is contained in:
Thomas Tanghus 2012-09-12 21:19:15 +02:00
parent 25e2ed9d56
commit 3992402f1a

View File

@ -153,7 +153,6 @@ if(!$value) {
}
break;
default:
debug('Setting string:'.$name.' '.$value);
$vcard->setString($name, $value);
break;
}