mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Removed unnecessary console.log
This commit is contained in:
parent
5959da2d37
commit
e43b342048
@ -20,7 +20,7 @@ RED.palette = function() {
|
|||||||
var core = ['input', 'output', 'function', 'social', 'storage', 'analysis', 'advanced'];
|
var core = ['input', 'output', 'function', 'social', 'storage', 'analysis', 'advanced'];
|
||||||
|
|
||||||
function createCategoryContainer(category){
|
function createCategoryContainer(category){
|
||||||
console.log(category);
|
|
||||||
$("#palette-container").append('\
|
$("#palette-container").append('\
|
||||||
<div class="palette-category">\
|
<div class="palette-category">\
|
||||||
<div id="header-'+category+'" class="palette-header"><i class="expanded icon-chevron-down"></i><span>'+category+'</span></div>\
|
<div id="header-'+category+'" class="palette-header"><i class="expanded icon-chevron-down"></i><span>'+category+'</span></div>\
|
||||||
|
Loading…
Reference in New Issue
Block a user