We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d80eea commit 41d9f67Copy full SHA for 41d9f67
1 file changed
lib/python-debugger-view.coffee
@@ -22,7 +22,6 @@ class PythonDebuggerView extends View
22
getDebuggerPath: ->
23
pkgs = atom.packages.getPackageDirPaths()[0]
24
debuggerPath = path.join(pkgs, "python-debugger", "resources")
25
- # console.log("Debugger path: ", debuggerPath)
26
return debuggerPath
27
28
@content: ->
0 commit comments