Skip to content

Commit ede8b39

Browse files
committed
fix: removing test print
1 parent 1dc3c51 commit ede8b39

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
def get_serial_number():
1818
try:
1919
system = platform.system()
20-
print(system)
2120
if system == 'Windows':
2221
return platform.win32_machineserial()
2322
elif system == 'Linux':

0 commit comments

Comments
 (0)