Update change log and spec for wrt-plugins-tizen_0.4.38
[framework/web/wrt-plugins-tizen.git] / src / Filesystem / EventRemove.cpp
index 9c0da9b..2253943 100755 (executable)
@@ -17,7 +17,6 @@
 
  
 #include "EventRemove.h"
-#include <dpl/assert.h>
 
 namespace DeviceAPI {
 namespace Filesystem {
@@ -25,7 +24,6 @@ EventRemove::EventRemove(const IPathPtr& path) :
     m_path(path),
     m_options(OPT_NONE)
 {
-    Assert(m_path && "Path is not set.");
 }
 
 IPathPtr EventRemove::getPath() const