Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Megha-Dev-19 committed Jan 29, 2024
1 parent ca72c3b commit ecfc1c6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions apps/astraplusplus/widget/CreateDAO/form.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,6 @@ function handleFormComplete(value) {
})
).toString("base64")
};

console.log(finalSputnikFactoryArgs);
console.log(sputnikFactoryArgs);
Near.call([
{
contractName: "sputnik-dao.near",
Expand Down Expand Up @@ -181,8 +178,6 @@ const steps = [
}
];

console.log(state.formState);

return (
<>
<h1 className="h3 fw-bold mb-4">Create a new DAO</h1>
Expand Down

0 comments on commit ecfc1c6

Please sign in to comment.