diff --git a/lib/storage/@LevelData/LevelData.m b/lib/storage/@LevelData/LevelData.m index 7018f7f4acf77081e7af37a1a9c24a24e607f0bc..e02a8c088abef7cafa3ac7be522b79f2cd8ee722 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