Skip to content

Commit

Permalink
Remove print (#3101)
Browse files Browse the repository at this point in the history
Task/Issue URL: https://app.asana.com/0/414235014887631/1207845393376349/f

Description:
Remove a print statement
  • Loading branch information
afterxleep authored Jul 18, 2024
1 parent 4d72d38 commit e85cc8c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions DuckDuckGo/DuckPlayer/YouTubePlayerNavigationHandler.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,7 @@ import Core
final class YoutubePlayerNavigationHandler {

var duckPlayer: DuckPlayerProtocol
var referrer: DuckPlayerReferrer = .other {
didSet {
print(referrer)
}
}
var referrer: DuckPlayerReferrer = .other

private struct Constants {
static let SERPURL = "https://duckduckgo.com/"
Expand Down

0 comments on commit e85cc8c

Please sign in to comment.