Skip to content

Commit 51358f9

Browse files
author
Juha Heiskanen
committed
Removed Unncessary debug print.
Change-Id: Ifef343e26bfdae68508cf47fda80461efef606f2
1 parent 4e557ae commit 51358f9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

source/DHCPv6_client/dhcpv6_client_service.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,6 @@ int dhcp_client_get_global_address(int8_t interface, uint8_t dhcp_addr[static 16
208208
//NULL Definition will only check That Interface is not generated
209209
if (libdhcpv6_nonTemporal_entry_get_by_instance(dhcp_client.libDhcp_instance) ) {
210210
//Already Created to same interface
211-
tr_error("Solication triggered already");
212211
return -1;
213212
}
214213
}

0 commit comments

Comments
 (0)