1
0
mirror of https://github.com/Yubico/yubikey-ksm.git synced 2024-11-28 15:24:15 +01:00

drop debug code

This commit is contained in:
Simon Josefsson 2014-09-19 16:34:00 +02:00
parent a6f49e0eb6
commit 984daa2db2

View File

@ -12,7 +12,6 @@ if [ "x$DB" = "xmysql" ]; then
elif [ "x$DB" = "xpgsql" ]; then
dbuser=postgres
ps auxww # list processes to debug travis
psql -U $dbuser -c 'create database ykksm;'
psql -U $dbuser ykksm < ykksm-db.sql