Skip to content

Commit

Permalink
Merge pull request #179 from mohmmadAyesh/removingg-console.logs
Browse files Browse the repository at this point in the history
Removing console.log
  • Loading branch information
nadchif authored Dec 3, 2024
2 parents 7c8ff2b + e2578f3 commit 83b92ce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/html-duration-picker.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@
inputBox.dispatchEvent(createEvent('input'));
}
inputBox.setAttribute('data-adjustment-factor', adjustmentFactor);
console.log({adjustmentFactor});
highlightTimeUnitArea(inputBox, adjustmentFactor);
};

Expand Down
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,4 @@ <h2>Development Live Preview MODE</h2>
<script src="html-duration-picker.js"></script>
</body>

</html>
</html>

0 comments on commit 83b92ce

Please sign in to comment.