mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
remove unnecessary console.log
This commit is contained in:
parent
d0df2f5840
commit
4a3ac980f4
@ -406,10 +406,7 @@ var factory = function () {
|
||||
|
||||
getBlobCache(cacheKey, function (err, u8) {
|
||||
if (err || !u8) { return void fetch(); }
|
||||
|
||||
var size = Decrypt.decodePrefix(u8.subarray(0,2));
|
||||
console.error(size); // XXX noise
|
||||
|
||||
cb(null, u8.subarray(0, size+2));
|
||||
});
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user