diff --git a/script/local.py b/script/local.py index f655e4a..6501a69 100755 --- a/script/local.py +++ b/script/local.py @@ -95,11 +95,9 @@ def elogllrf(subject, message, system, subsystem, section, attachments = []): Add entry to ELOG. """ author = "pshell/" + controller.getUser().name - entry = "" cmd = 'G_CS_ELOG_add -l "LLRF" ' cmd = cmd + '-a "Author=' + author + '" ' - cmd = cmd + '-a "Entry=' + entry + '" ' cmd = cmd + '-a "Subject=' + subject + '" ' cmd = cmd + '-a "Section=' + section + '" ' cmd = cmd + '-a "System=' + system + '" '