mirror of
https://github.com/haselkern/Minecraft-ArmorStand.git
synced 2025-05-17 15:05:33 +00:00
disabled debug console.logs
This commit is contained in:
parent
ba7fc84240
commit
0c97edb4a2
1 changed files with 3 additions and 3 deletions
|
@ -969,7 +969,7 @@ function saveData() {
|
|||
};
|
||||
|
||||
function loadData(data) {
|
||||
console.log(`loading data!`);
|
||||
//console.log(`loading data!`);
|
||||
data = localStorage.getItem(data);
|
||||
if (!data) return alert(`An error occurred while loading the creation.`);
|
||||
|
||||
|
@ -1067,13 +1067,13 @@ function loadData(data) {
|
|||
$(`#pW`).prop(`checked`, data.lock_slot_interaction.place.weapons);
|
||||
|
||||
handleInput();
|
||||
console.log(`done loading!`)
|
||||
//console.log(`done loading!`)
|
||||
} catch (err) {
|
||||
console.error(err);
|
||||
alert(`An error occurred while loading the creation.`);
|
||||
};
|
||||
|
||||
loadScreen();
|
||||
//loadScreen();
|
||||
};
|
||||
|
||||
function deleteSave(data) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue