diff options
Diffstat (limited to 'libbe/comment.py')
-rw-r--r-- | libbe/comment.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libbe/comment.py b/libbe/comment.py index 4e55c90..bcb8045 100644 --- a/libbe/comment.py +++ b/libbe/comment.py @@ -560,9 +560,6 @@ class Comment(Tree, settings_object.SavedSettingsObject): if self.sync_with_disk == False: raise DiskAccessRequired("load settings") self.settings = mapfile.map_load(self.rcs, self.get_path("values")) - # hack to deal with old BE comments: - if "From" in self.settings: - self.settings["Author"] = self.settings.pop("From") self._setup_saved_settings() def save_settings(self): |