Skip to content

Commit

Permalink
Remove old Debug statement (#1682)
Browse files Browse the repository at this point in the history
  • Loading branch information
koosemose authored Dec 12, 2016
1 parent 5b64919 commit bd006a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Assets/Scripts/Models/InputOutput/AudioManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ public static SoundClip GetAudio(string categoryName, string audioName)

string audioNameAndCategory = categoryName + "/" + audioName;

Debug.LogWarning("Audio called: " + audioNameAndCategory, null);
if (audioClips.ContainsKey(audioNameAndCategory))
{
clip = audioClips[audioNameAndCategory];
Expand Down

0 comments on commit bd006a7

Please sign in to comment.