Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Klaus Wölfel
erp5
Commits
636a8836
Commit
636a8836
authored
6 years ago
by
Kazuhiko Shiozaki
Committed by
Kazuhiko Shiozaki
4 years ago
Browse files
Options
Download
Email Patches
Plain Diff
CategoryTool: remove dead code.
parent
562a8f85
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
product/CMFCategory/CategoryTool.py
product/CMFCategory/CategoryTool.py
+0
-2
No files found.
product/CMFCategory/CategoryTool.py
View file @
636a8836
...
@@ -977,8 +977,6 @@ class CategoryTool(BaseTool):
...
@@ -977,8 +977,6 @@ class CategoryTool(BaseTool):
# Next we look at references
# Next we look at references
#LOG("Get Acquired BC", 0, base_category_value.getAcquisitionBaseCategoryList())
#LOG("Get Acquired BC", 0, base_category_value.getAcquisitionBaseCategoryList())
acquisition_base_category_list
=
base_category_value
.
getAcquisitionBaseCategoryList
()
acquisition_base_category_list
=
base_category_value
.
getAcquisitionBaseCategoryList
()
alt_base_category_list
=
base_category_value
.
getFallbackBaseCategoryList
()
all_acquisition_base_category_list
=
acquisition_base_category_list
+
alt_base_category_list
acquisition_pt
=
base_category_value
.
getAcquisitionPortalTypeList
()
acquisition_pt
=
base_category_value
.
getAcquisitionPortalTypeList
()
for
my_base_category
in
acquisition_base_category_list
:
for
my_base_category
in
acquisition_base_category_list
:
# We implement here special keywords
# We implement here special keywords
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment