diff --git a/app/Http/Controllers/SampahController.php b/app/Http/Controllers/SampahController.php
index 5fcad32..f0a23ea 100644
--- a/app/Http/Controllers/SampahController.php
+++ b/app/Http/Controllers/SampahController.php
@@ -72,7 +72,7 @@ class SampahController extends Controller
$sekolah .= ''.@$row->sekolah->profile->tingkat->name.' ';
$sekolah .= ''.@$row->sekolah->profile->status_sekolah.' ';
$sekolah .= 'Level '.levelAdiwiyata($row->sekolah->npsn).'';
- $sekolah .= ''.@$row->sekolah->profile->alamat_sekolah.' ';
+ // $sekolah .= ''.@$row->sekolah->profile->alamat_sekolah.' ';
$_data[] = [
'no' => $key+1,