libstore/filetransfer: remove debug print

foo.

Change-Id: I7d7db22f68046d2ecf3b594b4ee6fd9c9dac4be1
This commit is contained in:
Ilya K 2024-05-30 16:34:28 +03:00
parent ce82067566
commit da95bf8c82

View file

@ -196,7 +196,6 @@ struct curlFileTransfer : public FileTransfer
result.immutableUrl = match.str(1);
else
debug("got invalid link header '%s'", value);
warn("foo %s", value);
}
}
}