mirror of
https://github.com/atom/atom.git
synced 2026-02-17 10:01:25 -05:00
Remove stray debugger
This commit is contained in:
@@ -10,9 +10,6 @@ fs = require 'fs-plus'
|
||||
module.exports =
|
||||
class ThemeManager
|
||||
constructor: ({@packageManager, @resourcePath, @configDirPath, @safeMode, @config, @styleManager, @notificationManager, @viewRegistry}) ->
|
||||
unless @packageManager
|
||||
debugger
|
||||
|
||||
@emitter = new Emitter
|
||||
@styleSheetDisposablesBySourcePath = {}
|
||||
@lessCache = null
|
||||
|
||||
Reference in New Issue
Block a user