Remove debug print

This commit is contained in:
Daniel García 2021-02-07 00:22:39 +01:00
parent 85e3c73525
commit 9323c57f49
No known key found for this signature in database
GPG Key ID: FC8A7D14C3CD543A

View File

@ -1105,7 +1105,6 @@ struct OrgImportData {
#[post("/organizations/<org_id>/import", data = "<data>")]
fn import(org_id: String, data: JsonUpcase<OrgImportData>, headers: Headers, conn: DbConn) -> EmptyResult {
let data = data.into_inner().data;
println!("{:#?}", data);
// TODO: Currently we aren't storing the externalId's anywhere, so we also don't have a way
// to differentiate between auto-imported users and manually added ones.