TF-2785 Remove log unnecessary

This commit is contained in:
dab246
2024-04-08 13:37:22 +07:00
committed by Dat H. Pham
parent 6f10eacbb3
commit 38a0b972b8
6 changed files with 1 additions and 14 deletions
+1 -2
View File
@@ -94,8 +94,7 @@ class HtmlInteraction {
static const String scriptHandleInvokePrinterOnBrowser = '''
<script type="text/javascript">
document.body.onload= function() {
document.body.offsetHeight;
document.body.onload = function() {
window.print();
};
</script>