File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -318,7 +318,7 @@ export class TableView {
318318
319319 // infer table shema
320320 this . _tableSchema = await table . infer ( this . _inferDataSize ) ;
321- console . log ( 'tabular.data.view:tableSchema: columns:' , this . _tableSchema . fields ) ;
321+ // console.log('tabular.data.view:tableSchema: columns:', this._tableSchema.fields);
322322 statusBar . showColumns ( this . _tableSchema . fields ) ;
323323 this . saveTableSchema ( this . _tableSchema ) ;
324324 }
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ function createTableColumns(tableSchema) {
162162 tableColumns . push ( field . name ) ;
163163 } ) ;
164164 }
165- console . log ( 'perspective.createTableColumns():columns:' , tableColumns ) ;
165+ // console.log('perspective.createTableColumns():columns:', tableColumns);
166166 return tableColumns ;
167167}
168168
You can’t perform that action at this time.
0 commit comments