Skip to content

Commit

Permalink
Revert "Temporarily log regurgitator and vfs related events" (#6617)
Browse files Browse the repository at this point in the history
This reverts commit 8100a67.

Reason: The change resulted in an excessive number of log entries.
  • Loading branch information
tpasternak authored Aug 7, 2024
1 parent dd61b22 commit b937d56
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 184 deletions.
7 changes: 0 additions & 7 deletions base/src/META-INF/blaze-base.xml
Original file line number Diff line number Diff line change
Expand Up @@ -212,17 +212,10 @@
<action internal="true" id="Blaze.QSync.CleanDependencies" class="com.google.idea.blaze.base.qsync.action.CleanDependencies" text="QSync - Clean Dependencies" />
<action internal="true" id="Blaze.QSync.ReloadProject" class="com.google.idea.blaze.base.qsync.action.ReloadProject" text="QSync - Reload project" />
<action internal="true" id="Blaze.QSync.ShowPromo" class="com.google.idea.blaze.base.qsync.action.ShowPromoAction" text="Show qsync promo" />
<action internal="true" id="Blaze.VFS.DumpVfsDirs" class="com.google.idea.blaze.base.actions.internal.AswbDumpVfs" text="ASwB - Dump VFS Dirs"/>
<add-to-group group-id="Internal"/>
</group>
</actions>

<applicationListeners>
<listener
class="com.google.idea.blaze.base.actions.internal.AswbDumpVfs$BulkListener"
topic="com.intellij.openapi.vfs.newvfs.BulkFileListener"/>
</applicationListeners>

<extensions defaultExtensionNs="com.intellij">
<postStartupActivity implementation="com.google.idea.blaze.base.sync.BlazeSyncStartupActivity"/>
<postStartupActivity implementation="com.google.idea.blaze.base.project.DisableAndroidFrameworkActivity"/>
Expand Down
109 changes: 0 additions & 109 deletions base/src/com/google/idea/blaze/base/actions/internal/AswbDumpVfs.java

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit b937d56

Please sign in to comment.