Minor code cleanup

This commit is contained in:
Maschell
2022-04-22 22:56:14 +02:00
parent 48eb915a70
commit a7494c59cb
5 changed files with 1 additions and 7 deletions

View File

@@ -31,7 +31,6 @@ int32_t WUPSConfig_GetName(WUPSConfigHandle handle, char *out_buf, int32_t out_l
}
auto *config = reinterpret_cast<WUPSConfig *>(handle);
snprintf(out_buf, out_len, "%s", config->getName().c_str());
DEBUG_FUNCTION_LINE("%s", out_buf);
return 0;
}