mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-30 12:55:02 +00:00
removed log
This commit is contained in:
parent
b982e554f7
commit
b70dacea92
1 changed files with 0 additions and 2 deletions
|
|
@ -10,7 +10,6 @@ import { Label } from "@/app/shadcn_components/ui/label";
|
||||||
import { useRouter } from "next/navigation";
|
import { useRouter } from "next/navigation";
|
||||||
import { useMutation } from "@tanstack/react-query";
|
import { useMutation } from "@tanstack/react-query";
|
||||||
import { useSession } from "next-auth/react";
|
import { useSession } from "next-auth/react";
|
||||||
import { log } from `next-axiom`;
|
|
||||||
|
|
||||||
async function generatePresignedUrl({
|
async function generatePresignedUrl({
|
||||||
userId,
|
userId,
|
||||||
|
|
@ -107,7 +106,6 @@ export const SubmitPlan = ({
|
||||||
onSuccess: (data) => {
|
onSuccess: (data) => {
|
||||||
// After the presigned URL has been generated, we can upload the file to S3
|
// After the presigned URL has been generated, we can upload the file to S3
|
||||||
console.log("Trying mutateUploadCsv");
|
console.log("Trying mutateUploadCsv");
|
||||||
log.debug("Testing 123")
|
|
||||||
try {
|
try {
|
||||||
const response = mutateUploadCsv({
|
const response = mutateUploadCsv({
|
||||||
presignedUrl: data.url,
|
presignedUrl: data.url,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue