Do not turn off deprecation notice by default

It is v4 now, people should be punished if they are still using
deprecated Node.js APIs.
This commit is contained in:
Cheng Zhao 2015-11-09 19:07:55 +08:00
Родитель 89ff62b1b5
Коммит f0bd28ca8d
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -69,9 +69,6 @@ void AtomBindings::BindTo(v8::Isolate* isolate,
dict.SetMethod("activateUvLoop",
base::Bind(&AtomBindings::ActivateUVLoop, base::Unretained(this)));
// Do not warn about deprecated APIs.
dict.Set("noDeprecation", true);
#if defined(MAS_BUILD)
dict.Set("mas", true);
#endif