chg: Remove useless timestamp cleanup

pull/232/head
Raphaël Vinot 2018-04-24 09:12:51 +02:00
parent 8edd536be8
commit 2f65995572
1 changed files with 0 additions and 3 deletions

View File

@ -211,9 +211,6 @@
"## Convert it to a PyMISP Event\n",
"event = MISPEvent()\n",
"event.from_dict(**event_dict)\n",
"## Let MISP update the timestamp. Otherwise, MISP will compare the two timestamps \n",
"## (which are equals) and reject the the update\n",
"del event.timestamp\n",
"\n",
"## Add the attribute to the event\n",
"event.add_attribute(**attribute)\n",