Skip to content

Commit

Permalink
Remove log message
Browse files Browse the repository at this point in the history
  • Loading branch information
bnord01 committed Jan 15, 2024
1 parent 0de0226 commit c55c847
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/hooks/useMoistureData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import { useCallback, useEffect, useRef, useState } from "react";

const MOISTURE_DATA_URL = import.meta.env.VITE_MOISTURE_DATA_URL;

console.log(MOISTURE_DATA_URL);

const MOCK_DATA: MoistureDataDto = {
timestamp: "1970-01-01 00:00:00",
records: [
Expand Down

0 comments on commit c55c847

Please sign in to comment.