From acd69fd6ac8d358a1469d7db3db56b8f1cfaaaed Mon Sep 17 00:00:00 2001 From: Michael Innerberger <michael.innerberger@asc.tuwien.ac.at> Date: Tue, 8 Aug 2023 11:14:02 -0400 Subject: [PATCH] Delete unused properties --- lib/storage/@LevelData/LevelData.m | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/storage/@LevelData/LevelData.m b/lib/storage/@LevelData/LevelData.m index 7018f7f..e02a8c0 100644 --- a/lib/storage/@LevelData/LevelData.m +++ b/lib/storage/@LevelData/LevelData.m @@ -23,10 +23,6 @@ classdef LevelData < handle root = 'results' % Structure array storing string representations of variables dictionary - % Time stamp of creation - timestamp - % Hostname of computing machine - hostname % Cell array of level data level (1,:) struct % Structure array of data types @@ -104,8 +100,6 @@ classdef LevelData < handle end ensureFolderExists(obj.root); - % Set hostname - obj.hostname = getHostname(); % Initialise dictionary with some default values obj.dictionary = getDefaultDictionary(); end -- GitLab