fix: remove unused variable

This commit is contained in:
Charles Kerr 2018-05-29 16:14:21 +02:00
parent 104fa96d4d
commit 6935addd38

View file

@ -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);