Skip to content

Commit ae6c3bd

Browse files
committed
chore: removing unnecessary debug statements
1 parent 8e200b7 commit ae6c3bd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Assets/Scripts/API/APISpikeGLX.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ private void SendProbeData(ProbeManager probeManager)
137137
{
138138
string msg = $"{GetServerInfo()} -cmd=setAnatomy_Pinpoint -args=\"{shankData}\"";
139139

140-
SendAPIMessage(msg, Debug.Log);
140+
SendAPIMessage(msg);
141141
}
142142
}
143143

@@ -151,8 +151,6 @@ private string GetServerInfo()
151151

152152
private void SendAPIMessage(string msg, Action<string> callback = null)
153153
{
154-
Debug.Log(Application.streamingAssetsPath);
155-
156154
string originalPath = _helloSpikeGLXPathInput.text;
157155

158156
string filePath = originalPath.Contains("HelloSGLX.exe") ?

0 commit comments

Comments
 (0)