デバッグ用メッセージ削除

git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@4864 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
piro 2009-07-31 08:10:16 +00:00
parent 6ad0650546
commit 98c136eaab

View File

@ -944,7 +944,6 @@ TreeStyleTabBrowser.prototype = {
else
b.removeAttribute(this.kINDENTED);
Application.console.log('COLLAPSE:'+this.getTreePref('allowSubtreeCollapseExpand.'+orient));
if (this.getTreePref('allowSubtreeCollapseExpand.'+orient))
b.setAttribute(this.kALLOW_COLLAPSE, 'true');
else