initHeadlinesMenu: remove unneeded output
This commit is contained in:
parent
974c6eb523
commit
3bc1b53772
|
@ -2116,8 +2116,6 @@ function initHeadlinesMenu(append_rows) {
|
|||
} else {
|
||||
var menu = dijit.byId("headlinesFeedTitleMenu");
|
||||
|
||||
console.log(append_rows);
|
||||
|
||||
append_rows.each(function (row) {
|
||||
if (row.hasClassName("cdmFeedTitle")) {
|
||||
menu.bindDomNode(row);
|
||||
|
|
Loading…
Reference in New Issue