Skip to content

Commit 1aab3f7

Browse files
committed
Remove debug logging
1 parent 7e5f092 commit 1aab3f7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis/travis.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ EOF
132132
"${prefix}/bin/memcached" -d -p 11211
133133

134134
# Run memcached on port 11212 with SASL support
135-
"${prefix}/bin/memcached" -S -d -v -p 11212 > /tmp/memcached-sasl.log 2>&1
135+
"${prefix}/bin/memcached" -S -d -v -p 11212
136136
}
137137

138138
function build_php_memcached() {
@@ -187,8 +187,6 @@ function run_memcached_tests() {
187187
php run-tests.php --show-diff -d extension=memcached.so -n ./tests/*.phpt
188188
retval=$?
189189
popd
190-
191-
cat /tmp/memcached-sasl.log
192190
return $retval;
193191
}
194192

0 commit comments

Comments
 (0)