@@ -243,7 +243,7 @@ state.utils = {
243243
244244 }
245245 } catch ( error ) {
246- console . error ( '[state]: Error:' , error ) ;
246+ console . warn ( '[state]: Error:' , error ) ;
247247 }
248248 } ,
249249 // handleSelect: function handleSelect(select, id, store) {
@@ -282,7 +282,7 @@ state.utils = {
282282 // });
283283 // }, 150);
284284 // } catch (error) {
285- // console.error ('[state]: Error:', error);
285+ // console.warn ('[state]: Error:', error);
286286 // }
287287 // },
288288
@@ -317,13 +317,14 @@ state.utils = {
317317 } , 150 ) ;
318318
319319 } catch ( error ) {
320- console . error ( `accordion:${ accordion } , id:${ id } ` )
321- console . error ( '[state]: Error:' , error ) ;
320+ console . warn ( `accordion:${ accordion } , id:${ id } ` )
321+ console . warn ( '[state]: Error:' , error ) ;
322322 }
323323
324324 } ,
325325 handleSelect : function handleSelect ( select , id , store , force = false ) {
326326 try {
327+
327328 let value = store . get ( id ) ;
328329 if ( value ) { //&& value != 'None'
329330
@@ -442,7 +443,7 @@ state.utils = {
442443 } ) ;
443444 } , 150 ) ;
444445 } catch ( error ) {
445- console . error ( '[state]: Error:' , error ) ;
446+ console . warn ( '[state]: Error:' , error ) ;
446447 }
447448 } ,
448449 handleMultipleSelect : function handleMultipleSelect ( select , id , store ) {
@@ -492,7 +493,7 @@ state.utils = {
492493 store . set ( id , selected ) ;
493494 } ) ;
494495 } catch ( error ) {
495- console . error ( '[state]: Error:' , error ) ;
496+ console . warn ( '[state]: Error:' , error ) ;
496497 }
497498 } ,
498499 txtToId : function txtToId ( txt ) {
0 commit comments