mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-16 08:37:12 +00:00
chore: Remove the experimental log
Reason: Not experimental for quite some time
This commit is contained in:
parent
c769e42212
commit
c7a936bfe6
@ -126,7 +126,6 @@ proc logHandlerCallback(messageType: cint, message: cstring, category: cstring,
|
||||
proc mainProc() =
|
||||
|
||||
when defined(macosx) and defined(arm64):
|
||||
echo "Experimental support for Apple Silicon"
|
||||
var signalStack: cstring = cast[cstring](allocShared(SIGSTKSZ))
|
||||
var ss: ptr Stack = cast[ptr Stack](allocShared0(sizeof(Stack)))
|
||||
var ss2: ptr Stack = nil
|
||||
|
Loading…
x
Reference in New Issue
Block a user