Commit dbf9df1d authored by Alfredo Sumaran's avatar Alfredo Sumaran

Remove console.log

parent f1291b1b
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment