mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-16 08:06:08 +10:00
Remove console.log
This commit is contained in:
@@ -48,7 +48,6 @@ class @IssuableBulkActions
|
||||
|
||||
@getSelectedIssues().map ->
|
||||
_labels = $(@).data('labels')
|
||||
console.log _labels
|
||||
if _labels
|
||||
_labels.map (labelId)->
|
||||
labels.push(labelId) if labels.indexOf(labelId) is -1
|
||||
|
||||
Reference in New Issue
Block a user