mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-09 15:35:47 +01:00
removed console.log
This commit is contained in:
@@ -58,7 +58,6 @@ define(function() {
|
||||
|
||||
jQuery('#entry-container').sortable({
|
||||
stop: function( event, ui ) {
|
||||
console.log('sort stop', ui);
|
||||
updateCategoryOrders();
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user