Skip to content

Commit 2248074

Browse files
committed
removed todo
1 parent 8d2fcd8 commit 2248074

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ui/src/main/java/io/snabble/sdk/ui/scanner/ProductConfirmationDialog.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,6 @@ private void updatePrice() {
285285
price.setText(singlePrice);
286286
}
287287

288-
// TODO TEST
289288
if(scannedCode.hasPriceData()){
290289
int embeddedPrice = scannedCode.getEmbeddedData();
291290
price.setText(priceFormatter.format(embeddedPrice));

0 commit comments

Comments
 (0)