visuddhinanda пре 1 дан
родитељ
комит
4eeb8e4265
1 измењених фајлова са 1 додато и 1 уклоњено
  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_" . strtolower($request->input('lang')) . "_",
             "_System_Grammar_Term_en_"
             "_System_Grammar_Term_en_"
         );
         );
-        Log::debug('$localTerm=' . $localTerm);
+
         if (!$localTerm) {
         if (!$localTerm) {
             return $this->error('no term channel');
             return $this->error('no term channel');
         }
         }