Cleans up some confusing output from -t ssb.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3660 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2021-09-06 21:21:51 +00:00
parent e85168ac53
commit 91ec68252d
2 changed files with 9 additions and 1 deletions

View File

@ -13,7 +13,6 @@ ssb.registerConnectionsChanged(function(change, connection) {
var out_message = {};
out_message[id] = blob.byteLength;
g_wants_requests[connection.id].send_json(out_message);
//connection.wants_request.send_json(out_message);
}
} else {
debug_print("blobs.get", id);