diff --git a/src/client/app/common/views/directives/particle.ts b/src/client/app/common/views/directives/particle.ts
index 4b09b4f4d5..0bb451e323 100644
--- a/src/client/app/common/views/directives/particle.ts
+++ b/src/client/app/common/views/directives/particle.ts
@@ -20,9 +20,5 @@ export default {
 
 			document.body.appendChild(particle.$el);
 		});
-	},
-
-	unbind(el, binding, vn) {
-
 	}
 };