File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,6 @@ const syncHandler = (config: Schema) =>
8181 }
8282
8383 const localKeys = filterExtractionResult ( rawKeys ) ;
84- console . dir ( { localKeys } ) ;
8584
8685 if ( opts . namespaces ?. length ) {
8786 for ( const namespace of Object . keys ( localKeys ) ) {
@@ -101,7 +100,6 @@ const syncHandler = (config: Schema) =>
101100 handleLoadableError ( allKeysLoadable ) ;
102101
103102 let remoteKeys = allKeysLoadable . data ?. _embedded ?. keys ?? [ ] ;
104- console . dir ( { remoteKeys } ) ;
105103
106104 if ( opts . namespaces ?. length ) {
107105 remoteKeys = remoteKeys . filter (
@@ -111,8 +109,6 @@ const syncHandler = (config: Schema) =>
111109
112110 const diff = compareKeys ( localKeys , remoteKeys ) ;
113111
114- console . log ( 'diff' , JSON . stringify ( diff , null , 2 ) ) ;
115-
116112 if ( ! diff . added . length && ! diff . removed . length ) {
117113 console . log (
118114 ansi . green (
You can’t perform that action at this time.
0 commit comments