Revert "Add timestamp to document meta"

This commit is contained in:
Veronica K. Berglyd Olsen
2021-01-31 11:59:24 +01:00
committed by GitHub
parent de848511af
commit 2df0d81d29
39 changed files with 53 additions and 95 deletions
+1 -4
View File
@@ -27,10 +27,8 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
import logging
import os
from time import time
from nw.constants import nwAlert
from nw.common import isHandle, formatTimeStamp
from nw.common import isHandle
from nw.constants import nwItemLayout, nwItemClass
logger = logging.getLogger(__name__)
@@ -153,7 +151,6 @@ class NWDoc():
f"%%~name: {self._theItem.itemName}\n"
f"%%~path: {self._theItem.itemParent}/{self._theItem.itemHandle}\n"
f"%%~kind: {self._theItem.itemClass.name}/{self._theItem.itemLayout.name}\n"
f"%%~time: {formatTimeStamp(time())}\n"
)
try: