Skip to content

Commit 86c2766

Browse files
committed
Remove commented-out getDefault().getLog() call in NavigatorPlugin
1 parent 3edc75b commit 86c2766

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/NavigatorPlugin.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,6 @@ public static void log(int severity, int aCode, String aMessage,
181181
* Record a status against this plugin's log.
182182
*/
183183
public static void log(IStatus aStatus) {
184-
//getDefault().getLog().log(aStatus);
185184
logJob.log(aStatus);
186185
logJob.schedule(LOG_DELAY);
187186
}

0 commit comments

Comments
 (0)