diff options
author | bobzel <zzzman@gmail.com> | 2020-08-06 23:15:47 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-06 23:15:47 -0400 |
commit | 20149e4849b8c24ba98ea1372f6ab3def6585265 (patch) | |
tree | eb507b7b163549304c46cdd1cf6b3690ff1defc7 /src/client/views/collections/SchemaTable.tsx | |
parent | 0910e7387fae485d7c11eb71b6abcce865403b13 (diff) | |
parent | 301b10ba693dc76ebcd42d3fa4020410f2092bee (diff) |
Merge pull request #506 from browngraphicslab/new_audio
New audio
Diffstat (limited to 'src/client/views/collections/SchemaTable.tsx')
-rw-r--r-- | src/client/views/collections/SchemaTable.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/views/collections/SchemaTable.tsx b/src/client/views/collections/SchemaTable.tsx index 75d484cbe..a974c5496 100644 --- a/src/client/views/collections/SchemaTable.tsx +++ b/src/client/views/collections/SchemaTable.tsx @@ -177,7 +177,6 @@ export class SchemaTable extends React.Component<SchemaTableProps> { } ); } - console.log(columns); const cols = this.props.columns.map(col => { @@ -315,7 +314,6 @@ export class SchemaTable extends React.Component<SchemaTableProps> { width: 28, resizable: false }); - console.log(columns); return columns; } |