We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e200b7 commit ae6c3bdCopy full SHA for ae6c3bd
Assets/Scripts/API/APISpikeGLX.cs
@@ -137,7 +137,7 @@ private void SendProbeData(ProbeManager probeManager)
137
{
138
string msg = $"{GetServerInfo()} -cmd=setAnatomy_Pinpoint -args=\"{shankData}\"";
139
140
- SendAPIMessage(msg, Debug.Log);
+ SendAPIMessage(msg);
141
}
142
143
@@ -151,8 +151,6 @@ private string GetServerInfo()
151
152
private void SendAPIMessage(string msg, Action<string> callback = null)
153
154
- Debug.Log(Application.streamingAssetsPath);
155
-
156
string originalPath = _helloSpikeGLXPathInput.text;
157
158
string filePath = originalPath.Contains("HelloSGLX.exe") ?
0 commit comments