forked from TrueCloudLab/frostfs-node
[#1620] node: Remove debug attribute printing
Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
parent
ee9312dcfb
commit
2f4e465cf4
1 changed files with 0 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue