Removing log

This commit is contained in:
David Erwin
2017-03-20 07:42:29 -07:00
committed by gaba
parent c55b4d22d7
commit abd0b51441
-2
View File
@@ -63,8 +63,6 @@ const RootQuery = {
return null;
}
console.log({from, to, sort, limit});
if (sort === 'ACTIVITY') {
return Assets.getActivity({from, to, limit});
}