aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2020-08-06 22:30:52 -0400
committerbobzel <zzzman@gmail.com>2020-08-06 22:30:52 -0400
commit5ed4aa2660b11e87d8d88721d100a15f4a192039 (patch)
treeace675d3b3d0e2c96addc1f587d11dab0b6beac8 /src
parenta1977d1ae00a4f0c3907eb243ba1c04a5acc5c62 (diff)
from last
Diffstat (limited to 'src')
-rw-r--r--src/client/views/collections/SchemaTable.tsx2
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;
}