remove deprecated

This commit is contained in:
Frédéric FRANCE 2020-11-19 21:27:20 +01:00 committed by GitHub
parent 772d401a64
commit cac91211c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1513,7 +1513,6 @@ class Contact extends CommonObject
$this->country_code = 'FR';
$this->country = 'France';
$this->email = 'specimen@specimen.com';
$this->skype = 'tom.hanson';
$this->socialnetworks = array(
'skype' => 'tom.hanson',
);