diff --git a/server/src/account.rs b/server/src/account.rs index 10e0138f..11776a4b 100644 --- a/server/src/account.rs +++ b/server/src/account.rs @@ -348,7 +348,7 @@ pub fn create(name: &String, password: &String, tx: &mut Transaction) -> Result< .insert(tx)?; } - img::shapes_write(img)?; + // img::shapes_write(img)?; info!("registration account={:?}", name);