Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Commit

Permalink
chore: remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
srevinsaju committed Feb 12, 2022
1 parent 5c5e227 commit 6bfa22b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion guiscrcpy/launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@

import hashlib
from logging import Logger
import logging
import os
import subprocess
import sys
Expand Down
2 changes: 0 additions & 2 deletions guiscrcpy/logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@


def setup_logging():
ch = logging.StreamHandler()

loglevel = logging.INFO
force_colors = False

Expand Down

0 comments on commit 6bfa22b

Please sign in to comment.