mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-09 23:45:45 +01:00
removed extra console log
This commit is contained in:
@@ -10,8 +10,6 @@ define(function() {
|
||||
modified_categories[cid] = modified_categories[cid] || {};
|
||||
modified_categories[cid][$(el).attr('data-name')] = $(el).val();
|
||||
}
|
||||
|
||||
console.log(modified_categories);
|
||||
}
|
||||
|
||||
function save() {
|
||||
|
||||
Reference in New Issue
Block a user