Skip to content

Commit

Permalink
Removed debugging error_log in template_ctrl
Browse files Browse the repository at this point in the history
  • Loading branch information
jbogdani committed Sep 17, 2021
1 parent 5acc9d4 commit 8016367
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions modules/template/template.php
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,6 @@ public function save()
$file = $this->get['param'][0];
$text = $this->post['text'];

error_log(var_export($this->post, true));

if ($file) {
try {
if (!utils::write_in_file($file, $text)) {
Expand Down
1 change: 1 addition & 0 deletions version
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
5.7.1[] = "Removed debugging error_log in template_ctrl"
5.7.0[] = "Changed format of logAttempts, and rised time buffer to 2 seconds"
5.6.2[] = "Optimized calculation of path of assets"
5.6.1[] = "Updated Twig to v. 3.3.2"
Expand Down

0 comments on commit 8016367

Please sign in to comment.