diff --git a/spatial/views.py b/spatial/views.py
index 6f043a3457fe31be26e6e6fbc8a4583abfd761a8..9a0aa0c18e75a73e35d5db96c94a6934609d562e 100644
--- a/spatial/views.py
+++ b/spatial/views.py
@@ -42,9 +42,4 @@ def gridmap(request, model_id=None):
     return redirect("../")
 
 
-# TO BE REMOVED when the PSILARTEMP model has been harmonized with the VIPS gridded model format
-def psilartemp(request):
-    context = {}
-    return render(request, 'spatial/psilartemp.html', context)
-