Skip to content

Commit

Permalink
Bundles: Removed unneeded status bar update
Browse files Browse the repository at this point in the history
  • Loading branch information
madskristensen committed Jan 30, 2014
1 parent 7db02cf commit 6155641
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions EditorExtensions/MenuItems/BuildMenu.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,7 @@ private void AddCommand(CommandId id, IContentType contentType)

public static void UpdateBundleFiles()
{
EditorExtensionsPackage.DTE.StatusBar.Text = "Updating bundles...";
BundleFilesMenu.UpdateBundles(null, true);
EditorExtensionsPackage.DTE.StatusBar.Clear();
}

private void Minify()
Expand Down

0 comments on commit 6155641

Please sign in to comment.