Update change log and spec for wrt-plugins-tizen_0.4.38
[framework/web/wrt-plugins-tizen.git] / src / Filesystem / EventCreate.cpp
index ce8d84d..343a394 100755 (executable)
@@ -18,7 +18,6 @@
  
 #include "EventCreate.h"
 
-#include <dpl/assert.h>
 
 namespace DeviceAPI {
 namespace Filesystem {
@@ -28,7 +27,6 @@ EventCreate::EventCreate(const IPathPtr& path,
     m_type(type),
     m_options(OPT_NONE)
 {
-    Assert(path && "Path is not set.");
 }
 
 IPathPtr EventCreate::getPath() const