Remove console.log

This commit is contained in:
Alfredo Sumaran
2016-06-03 17:14:23 -05:00
parent f1291b1b9f
commit dbf9df1dd2
@@ -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