Skip to content

Commit

Permalink
rm console statement
Browse files Browse the repository at this point in the history
  • Loading branch information
riahk committed Aug 27, 2020
1 parent e4874ae commit 2f9af9b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@ const DatabaseModal: FunctionComponent<DatabaseModalProps> = ({
const [db, setDB] = useState<DatabaseObject | null>(null);
const [isHidden, setIsHidden] = useState<boolean>(true);

console.log('db', db);

// Functions
const hide = () => {
setIsHidden(true);
Expand Down

0 comments on commit 2f9af9b

Please sign in to comment.