Index: wp-includes/js/jquery/jquery.table-hotkeys.js
===================================================================
--- wp-includes/js/jquery/jquery.table-hotkeys.js	(revision 8793)
+++ wp-includes/js/jquery/jquery.table-hotkeys.js	(working copy)
@@ -53,7 +53,6 @@
 		};
 		var get_last_row = function() {
 			var rows = $(opts.cycle_expr, table).filter_visible();
-			console.log(rows[rows.length-1]);
 			return rows.eq(rows.length-1);
 		};
 		var make_key_callback = function(expr) {


