X Tutup
Skip to content

Commit 3cdc54f

Browse files
committed
Fixed typo in example.py.
1 parent 0ece555 commit 3cdc54f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cefpython/cef3/windows/binaries/example.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ def ExceptHook(excType, excValue, traceObject):
8181

8282
def CefAdvanced():
8383
sys.excepthook = ExceptHook
84-
InitDebugging()
8584

8685
appSettings = dict()
8786
if DEBUG:

0 commit comments

Comments
 (0)
X Tutup