diff --git a/css/pixel-editor.scss b/css/pixel-editor.scss
index a5716cb..ec5d8a2 100644
--- a/css/pixel-editor.scss
+++ b/css/pixel-editor.scss
@@ -1332,9 +1332,7 @@ svg {
}
input {
- width:50px;
- right:0;
- position:absolute;
+ width:60px;
}
div {
diff --git a/js/_fileMenu.js b/js/_fileMenu.js
index 35e2037..16c6b1c 100644
--- a/js/_fileMenu.js
+++ b/js/_fileMenu.js
@@ -7,11 +7,8 @@ for (var i = 1; i < mainMenuItems.length; i++) {
var menuItem = mainMenuItems[i];
var menuButton = menuItem.children[0];
- console.log(mainMenuItems);
-
//when you click a main menu items button
on('click', menuButton, function (e, button) {
- console.log('parent ', button.parentElement);
select(button.parentElement);
});
diff --git a/js/_resizeSprite.js b/js/_resizeSprite.js
index 2e58ba9..93067b4 100644
--- a/js/_resizeSprite.js
+++ b/js/_resizeSprite.js
@@ -118,7 +118,6 @@ function resizeSprite(event, ratio) {
// event is null when the user is undoing
if (event != null) {
- console.log("AO SALVO LA CRONOLOGIA");
// Copying the image data
imageDatasCopy = rsImageDatas.slice();
// Saving the history
diff --git a/logs/latestLog.html b/logs/latestLog.html
index 186012f..9871410 100644
--- a/logs/latestLog.html
+++ b/logs/latestLog.html
@@ -63,12 +63,4 @@ you've always been familiar with.
That's all for this update! Hope you have fun with this new release :)
- Unsettled
-P.S.: we're always looking for contributors! Join the Lospec discord to get in touch!
-
-
-
\ No newline at end of file
+P.S.: we're always looking for contributors! Join the Lospec discord to get in touch!
\ No newline at end of file