delete debug message.

This commit is contained in:
oonuma ryouyu 2016-06-22 02:16:57 -07:00
parent 10398b5130
commit 37b480e610

View File

@ -49,14 +49,10 @@ AboutGroup.prototype = {
{
const version = Services.appinfo.platformVersion;
//1なら48より高い。
const comp = Services.vc.compare('48.*',version);
dump(comp)
if( comp > 0 ){
dump("using 48 以下")
return Services.io.newChannel('chrome://treestyletab/content/group.xul', null, null);
}else{
dump("using 49 以上")
return Services.io.newChannel2(
'chrome://treestyletab/content/group.xul',
null,