Deactivate debugging flag

This commit is contained in:
Piro / YUKI Hiroshi 2013-07-27 01:35:22 +09:00
parent 0fc3a4627d
commit a18af8638f

View File

@ -35,7 +35,7 @@
const EXPORTED_SYMBOLS = ['TabbarDNDObserver']; const EXPORTED_SYMBOLS = ['TabbarDNDObserver'];
const DEBUG = true; const DEBUG = false;
const Cc = Components.classes; const Cc = Components.classes;
const Ci = Components.interfaces; const Ci = Components.interfaces;