From a805a2499efa3a3a08b56add5b96292bd12fcc03 Mon Sep 17 00:00:00 2001 From: ezsh <ezsh.junk@gmail.com> Date: Sun, 2 Jun 2019 16:08:02 +0200 Subject: [PATCH] Remove outdated comment --- src/js/SlaveState.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/js/SlaveState.js b/src/js/SlaveState.js index 6495168e52c..f6bd01962f5 100644 --- a/src/js/SlaveState.js +++ b/src/js/SlaveState.js @@ -2377,8 +2377,6 @@ App.Entity.SlaveState = class SlaveState { /** Creates an object suitable for setting nested attributes as it would be a SlaveState * @returns {object} Object containing all the attributes * that are complex objects in the SlaveState class - * - * It currently contains none as the SlaveState refactoring is not started. */ static makeSkeleton() { return { -- GitLab