Skip to content

Commit

Permalink
[REM] Removed dead code
Browse files Browse the repository at this point in the history
The two monkey-patched method were not called anymore in any module
(standard or OCA), and are removed from the next version.
  • Loading branch information
Sylvain GARANCHER committed Jul 13, 2017
1 parent 669862a commit f9c3713
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 77 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -45,7 +45,7 @@ install:
- git clone --depth=1 https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools
- export PATH=${HOME}/maintainer-quality-tools/travis:${PATH}
- travis_install_nightly
- pip install pycups==1.9.66
- pip install pycups==1.9.73
- pip install PyPDF2==1.18
- pip install requests
- git clone https://github.com/OCA/reporting-engine -b ${VERSION} $HOME/reporting-engine
Expand Down
1 change: 0 additions & 1 deletion base_report_to_printer/__init__.py
Expand Up @@ -7,5 +7,4 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

from . import models
from . import report_service
from . import wizards
75 changes: 0 additions & 75 deletions base_report_to_printer/report_service.py

This file was deleted.

0 comments on commit f9c3713

Please sign in to comment.