Remove log statement that was commented out
This commit is contained in:
parent
ea23585c91
commit
108790b8dc
1 changed files with 0 additions and 2 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue