git rid of debug output
This commit is contained in:
parent
6f2c6ca255
commit
6598c8e14c
2 changed files with 0 additions and 5 deletions
|
|
@ -389,7 +389,6 @@ export default function ResponsiveTable<T extends Object>(props: Props<T>) {
|
|||
// console.log(column.sortKey)
|
||||
if (setOrderBy) {
|
||||
if (orderBy === sortKey && setOrder && order) {
|
||||
console.log(order)
|
||||
if (order === "desc") {
|
||||
setOrder("asc")
|
||||
} else {
|
||||
|
|
|
|||
|
|
@ -315,10 +315,6 @@ export default function Devices() {
|
|||
if (newValue === "never") openGroupSettings(undefined, "add");
|
||||
};
|
||||
|
||||
useEffect(() => {
|
||||
console.log(devices)
|
||||
}, [devices])
|
||||
|
||||
const columns = (): Column<Device>[] => {
|
||||
let columns: Column<Device>[] = [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue