remove logs

This commit is contained in:
2024-11-11 19:04:09 +02:00
parent 893eafbdeb
commit a79eef6154
11 changed files with 0 additions and 14 deletions

View File

@@ -101,7 +101,6 @@ export const Save = ({ isDesktop, disableWidth }) => {
console.error("Failed qortalRequest", error);
});
});
console.log('encryptData', encryptData)
if (encryptData && !encryptData?.error) {
const fee = await getFee("ARBITRARY");
@@ -139,7 +138,6 @@ export const Save = ({ isDesktop, disableWidth }) => {
}
}
} catch (error) {
console.log('errorsave', error)
setInfoSnack({
type: "error",
message: error?.message || "Unable to save to QDN",