From 8e785cbd0565063dd8a1166e04cab462aa37a6b1 Mon Sep 17 00:00:00 2001 From: Chris Lenk Date: Mon, 6 Jul 2020 16:25:17 -0400 Subject: [PATCH] Remove outdated comment --- stix2/v21/observables.py | 1 - 1 file changed, 1 deletion(-) diff --git a/stix2/v21/observables.py b/stix2/v21/observables.py index a15d5bd..8266310 100644 --- a/stix2/v21/observables.py +++ b/stix2/v21/observables.py @@ -352,7 +352,6 @@ class File(_Observable): ('name_enc', StringProperty()), ('magic_number_hex', HexProperty()), ('mime_type', StringProperty()), - # these are not the created/modified timestamps of the object itself ('ctime', TimestampProperty()), ('mtime', TimestampProperty()), ('atime', TimestampProperty()),