Update change log and spec for wrt-plugins-tizen_0.4.38
[framework/web/wrt-plugins-tizen.git] / src / Filesystem / EventMove.cpp
index f721e16..fd9afcc 100755 (executable)
@@ -17,7 +17,6 @@
 
  
 #include "EventMove.h"
-#include <dpl/assert.h>
 
 namespace DeviceAPI {
 namespace Filesystem {
@@ -27,8 +26,7 @@ EventMove::EventMove(const IPathPtr& src,
     m_dest(dest),
     m_options(OPT_NONE)
 {
-    Assert(src && "Source path not set.");
-    Assert(dest && "Destination path not set.");
+
 }
 
 IPathPtr EventMove::getDestination() const