Skip to content

Commit

Permalink
fix: remove leftover debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
timschneeb committed Dec 2, 2023
1 parent 2c99e52 commit 5d176c9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/audio/pipewire/PwPipelineManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -900,14 +900,11 @@ void on_device_event_param(void* object,
}
else if(id == SPA_PARAM_EnumRoute) {
if(direction == SPA_DIRECTION_OUTPUT) {

RouteInfo route;
route.name = name;
route.description = description;
route.route_available = available;
device.output_routes.push_back(route);

util::debug(name); // TODO remove
}
}

Expand Down

0 comments on commit 5d176c9

Please sign in to comment.