Skip to content

Commit c1cc608

Browse files
committed
🔁 Edit JS
1 parent eb60962 commit c1cc608

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

js/scripts.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,6 @@ var rechner = (function (rechner) {
156156

157157
function updateAll(decimalInputID, trinaryInputID, systemInputID, inputType) {
158158

159-
console.log("input type " + inputType);
160-
161159
if (inputType == inputEnum.Decimal && (decimalInputID.val() < Math.pow(3, $inputGroupSelectBit.val()))) {
162160
trinaryInputID.val(float64ToInt64Trinary(decimalInputID.val()).substr(pos_to_neg($inputGroupSelectBit.val())));
163161
systemInputID.val(intToSystem(decimalInputID.val()));

0 commit comments

Comments
 (0)