Skip to content

Commit 0bf2011

Browse files
committed
remove logs
1 parent 4ba796b commit 0bf2011

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/splitHelpers.ts

-4
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,8 @@ export const predictSplitterAddress = async ({
8989
)
9090
}
9191

92-
93-
console.log(predictedSplitterAddress, "predictedSplitterAddress")
94-
9592
return predictedSplitterAddress;
9693
} catch (e) {
97-
console.log(e, "eeee")
9894
throw e
9995
}
10096
};

0 commit comments

Comments
 (0)