Remove log statement that was commented out
This commit is contained in:
parent
ea23585c91
commit
108790b8dc
@ -623,8 +623,6 @@ impl Map {
|
|||||||
) {
|
) {
|
||||||
// Note: The framework supports only scalars for now.
|
// Note: The framework supports only scalars for now.
|
||||||
if filter(ty) && ty.is_scalar() {
|
if filter(ty) && ty.is_scalar() {
|
||||||
// trace!("registering place {:?}", PlaceRef { local, projection: &*projection });
|
|
||||||
|
|
||||||
// We know that the projection only contains trackable elements.
|
// We know that the projection only contains trackable elements.
|
||||||
let place = self.make_place(local, projection).unwrap();
|
let place = self.make_place(local, projection).unwrap();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user