[#1620] node: Remove debug attribute printing

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
Pavel Karpy 2022-07-22 13:17:00 +03:00 committed by fyrchik
parent ee9312dcfb
commit 2f4e465cf4

View file

@ -34,7 +34,6 @@ func ReadNodeAttributes(dst *netmap.NodeInfo, attrs []string) error {
// replace non-printable symbols with escaped symbols without escape character
words[0] = replaceEscaping(words[0], true)
words[1] = replaceEscaping(words[1], true)
fmt.Println(words[0], words[1])
if words[0] == "" {
return errors.New("empty key")