Removed debugging line

This commit is contained in:
William Katz 2021-04-03 11:01:10 -10:00 committed by GitHub
parent 795671d685
commit 2d315625cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -106,7 +106,6 @@ public:
temp[u.first] = u_val.Serialize();
});
}
std::cout << "dropped unique lock\n";
}
writer->write(temp, &user_save);