fix: remove unused variable
This commit is contained in:
parent
104fa96d4d
commit
6935addd38
1 changed files with 0 additions and 1 deletions
|
@ -1296,7 +1296,6 @@ void WebContents::OpenDevTools(mate::Arguments* args) {
|
|||
state = "detach";
|
||||
}
|
||||
if (args && args->Length() == 1) {
|
||||
bool detach = false;
|
||||
mate::Dictionary options;
|
||||
if (args->GetNext(&options)) {
|
||||
options.Get("mode", &state);
|
||||
|
|
Loading…
Reference in a new issue