Skip to content

Commit

Permalink
remove unused Debug.Log
Browse files Browse the repository at this point in the history
  • Loading branch information
van800 committed May 28, 2018
1 parent 8502766 commit a72fd39
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using System.IO;
using System.Linq;
using System.Reflection;
using System.Runtime.InteropServices;
using JetBrains.Annotations;
using JetBrains.Platform.RdFramework.Util;
using JetBrains.Platform.Unity.EditorPluginModel;
Expand Down Expand Up @@ -138,7 +137,7 @@ private void ActivateWindow(int? processId=null)
return;

if (process.Id>0)
UnityEngine.Debug.Log(User32Dll.AllowSetForegroundWindow(process.Id));
User32Dll.AllowSetForegroundWindow(process.Id);

// Collect top level windows
var topLevelWindows = User32Dll.GetTopLevelWindowHandles();
Expand Down

0 comments on commit a72fd39

Please sign in to comment.