Skip to content

Commit

Permalink
Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienbeau committed Oct 21, 2024
1 parent 369a88b commit 403550a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion docky/cmd/run_open.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ class DockyOpen(DockyExec):

def _main(self, *optionnal_command_line):
super()._main(*optionnal_command_line)
# self._exec("dcpatched", ["exec", "-e", "NOGOSU=True", self.service] + self.cmd)

# Get Project Name
# Example: docky-odoo-brasil-14 odoo
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ def find_version(*file_paths):
entry_points="""
[console_scripts]
docky=docky.main:main
dcpatched=docky.dcpatched:main
""",
include_package_data=True,
packages=find_packages() + ["docky"],
Expand Down

0 comments on commit 403550a

Please sign in to comment.