mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-07-25 11:11:26 +00:00
remove logs
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user