don't create account img on register

This commit is contained in:
ntr 2019-09-23 13:54:06 +10:00
parent 7bfe40f3b9
commit 8992fed591

View File

@ -348,7 +348,7 @@ pub fn create(name: &String, password: &String, tx: &mut Transaction) -> Result<
.insert(tx)?; .insert(tx)?;
} }
img::shapes_write(img)?; // img::shapes_write(img)?;
info!("registration account={:?}", name); info!("registration account={:?}", name);