mirror of
https://github.com/Drop-OSS/droplet.git
synced 2025-11-09 20:12:18 +10:00
fix: remove debug println
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@drop-oss/droplet",
|
||||
"version": "2.2.0",
|
||||
"version": "2.2.1",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
"napi": {
|
||||
|
||||
@ -93,8 +93,6 @@ pub fn generate_manifest<'a>(
|
||||
buffer.extend_from_slice(&buf[..read]);
|
||||
}
|
||||
|
||||
println!("created chunk of size {}", length);
|
||||
|
||||
let chunk_id = Uuid::new_v4();
|
||||
let checksum = md5::compute(buffer).0;
|
||||
let checksum_string = hex::encode(checksum);
|
||||
|
||||
Reference in New Issue
Block a user