Removed conditional compile.

This commit is contained in:
Blaz Kristan 2021-11-17 16:34:08 +01:00
parent bee93f4743
commit 1e98d56bb6

View File

@ -157,7 +157,5 @@ void releaseJSONBufferLock()
DEBUG_PRINT(jsonBufferLock);
DEBUG_PRINTLN(")");
fileDoc = nullptr;
#ifndef WLED_USE_DYNAMIC_JSON
jsonBufferLock = 0;
#endif
}