Skip to content

Commit

Permalink
#695 remove debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangsenfeng committed Feb 28, 2020
1 parent 3e61291 commit 626cfd1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmdb-ui/src/pages/components/auto-fill.js
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,6 @@ export const AutoFill = {
filterNode += '['
filterNode += _.filters
.map((filter, filterIndex) => {
debugger
let filterValue = ''
if (filter.type === 'value') {
filterValue = Array.isArray(filter.value) ? `[${filter.value.join(',')}]` : filter.value
Expand Down

0 comments on commit 626cfd1

Please sign in to comment.