Skip to content

Commit

Permalink
Remove a function that no longer used
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Jul 15, 2018
1 parent 082af15 commit 5229def
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions sqlitebiter/subcommand/_url.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@
from ._base import SourceInfo, TableConverter


def get_logging_url_path(url):
result = urlparse(url)

return result.netloc + result.path


def parse_source_info_url(url):
result = urlparse(url)

Expand Down

0 comments on commit 5229def

Please sign in to comment.