Skip to content
Snippets Groups Projects
Commit fc72c0cd authored by Ted Bowman's avatar Ted Bowman
Browse files

debugging to be removed

parent bf8e06af
No related branches found
No related tags found
1 merge request!916Issue #3357969: For web server dependent unattended updates run the entire life cycle in a separate process that will not be affected by hosting time limits
This commit is part of merge request !916. Comments created here will be created in the context of that merge request.
<?php
namespace Drupal\package_manager;
trait DebuggerTrait {
protected function debugOut($string, $flags = FILE_APPEND) {
file_put_contents("/Users/ted.bowman/sites/drush.txt", "\n" . $string, $flags);
}
}
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment