Browse Source

:fire: log

visuddhinanda 2 tháng trước cách đây
mục cha
commit
4eeb8e4265
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      api-v13/app/Http/Controllers/NissayaCardController.php

+ 1 - 1
api-v13/app/Http/Controllers/NissayaCardController.php

@@ -51,7 +51,7 @@ class NissayaCardController extends Controller
             "_System_Grammar_Term_" . strtolower($request->input('lang')) . "_",
             "_System_Grammar_Term_en_"
         );
-        Log::debug('$localTerm=' . $localTerm);
+
         if (!$localTerm) {
             return $this->error('no term channel');
         }