removed console.log

This commit is contained in:
gabryon99 2021-01-29 10:02:31 +01:00
parent 041a5de8b9
commit e4287a9a86

View file

@ -1421,7 +1421,6 @@ const createScriptStatusButton = (row_data) => {
function appendSeveritySelect(data) {
console.log(data)
const hasSeverity = data.metadata.is_alert || false;
if (data.metadata.default_value === undefined) return;