Browse Source

#2455 remove logging

flex-list
jlukic 9 years ago
parent
commit
8f3adb47bf
1 changed files with 0 additions and 1 deletions
  1. 1
      src/definitions/modules/tab.js

1
src/definitions/modules/tab.js

@ -313,7 +313,6 @@ $.fn.tab = function(parameters) {
;
tabPath = module.utilities.arrayToPath(pathArray);
$.each(pathArray, function(index, tab) {
console.log(tab, tabPath);
var
currentPathArray = pathArray.slice(0, index + 1),
currentPath = module.utilities.arrayToPath(currentPathArray),

Loading…
Cancel
Save