mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-04 20:30:35 +00:00
Removed print
This commit is contained in:
parent
a0a1b0b93b
commit
7bd59fef11
1 changed files with 0 additions and 1 deletions
|
@ -273,7 +273,6 @@ Future getServerVersion(Server server) async {
|
|||
|
||||
if (result['hasResponse'] == true) {
|
||||
if (result['statusCode'] == 200 && result['body'] != null) {
|
||||
print( result['body']['version']);
|
||||
return {
|
||||
'result': 'success',
|
||||
'data': result['body']['version']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue