diff options
| author | Tyler Schicke <tschicke@gmail.com> | 2019-07-31 04:00:02 -0400 |
|---|---|---|
| committer | Tyler Schicke <tschicke@gmail.com> | 2019-07-31 04:00:02 -0400 |
| commit | 2213a73095271fecdb83d35d3cd1e53a3c1d75ed (patch) | |
| tree | 3193c396ec8ff9c8be57db2fea421556a9d188a2 /.vscode/launch.json | |
| parent | b6fa309cea934d250fe992e70e1e268f344659b5 (diff) | |
Hopefully fixed deserialization bug
Diffstat (limited to '.vscode/launch.json')
| -rw-r--r-- | .vscode/launch.json | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index 822a06024..e4196600e 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -25,10 +25,6 @@ { "type": "chrome", "request": "launch", - "runtimeArgs": [ - "--enable-logging", - "--v=1" - ], "name": "Launch Chrome against Dash server", "sourceMaps": true, "breakOnLoad": true, |
