Remove log statement that was commented out

This commit is contained in:
Jannis Christopher Köhl 2022-11-12 20:32:09 +01:00
parent ea23585c91
commit 108790b8dc

View File

@ -623,8 +623,6 @@ impl Map {
) {
// Note: The framework supports only scalars for now.
if filter(ty) && ty.is_scalar() {
// trace!("registering place {:?}", PlaceRef { local, projection: &*projection });
// We know that the projection only contains trackable elements.
let place = self.make_place(local, projection).unwrap();