@@ -143,7 +143,7 @@ customDesignerFunctions.handlerExportCsvSetting = function (setting) {
143143customDesignerFunctions . init = function ( ) {
144144 var TemplateNames = GC . Spread . Sheets . Designer . TemplateNames ;
145145
146- console . log ( "Remove 'export JS file' button from interface" )
146+ // console.log("Remove 'export JS file' button from interface")
147147 var template = GC . Spread . Sheets . Designer . getTemplate ( TemplateNames . FileMenuPanelTemplate ) ;
148148 // Try the known path first
149149 let removed = false ;
@@ -156,9 +156,9 @@ customDesignerFunctions.init = function () {
156156 ) ;
157157
158158 if ( buttonIndex !== - 1 ) {
159- console . log ( "Found 'export JS file' button at known path, index:" , buttonIndex ) ;
159+ // console.log("Found 'export JS file' button at known path, index:", buttonIndex);
160160 exportSSJsonPanel . splice ( buttonIndex , 1 ) ;
161- console . log ( "Successfully removed 'export JS file' button!" ) ;
161+ // console.log("Successfully removed 'export JS file' button!");
162162 removed = true ;
163163 }
164164 }
@@ -207,7 +207,7 @@ customDesignerFunctions.init = function () {
207207 GC . Spread . Sheets . Designer . registerTemplate ( TemplateNames . FileMenuPanelTemplate , template ) ;
208208 }
209209
210- console . log ( "Add custom functions to the custom section of the insert function dialog" )
210+ // console.log("Add custom functions to the custom section of the insert function dialog")
211211 template = GC . Spread . Sheets . Designer . getTemplate ( TemplateNames . InsertFunctionDialogTemplate ) ;
212212 try {
213213 const prop$8 = ( o , o1 ) => `${ o } .${ o1 } ` ;
0 commit comments