Alexis Degrugillier 11 лет назад
Родитель
Сommit
91cc88209c
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      p/scripts/main.js

+ 0 - 2
p/scripts/main.js

@@ -384,8 +384,6 @@ function collapse_entry() {
 }
 
 function user_filter(key) {
-	console.log('user filter');
-	console.warn(key);
 	var filter = $('#dropdown-query');
 	var filters = filter.siblings('.dropdown-menu').find('.item.query a');
 	if (typeof key === "undefined") {