wifi-scripts: ucode: remove debug code

Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
John Crispin 2024-12-11 12:27:38 +01:00
parent 7e854bd943
commit 3dd1c476d9

View File

@ -109,8 +109,6 @@ export function dump_network(file) {
if (file)
fs.writefile(file, config_data);
printf('%s\n', config_data);
return config_data;
};