Browse Source

remove debug messages

Pi 4 months ago
parent
commit
351b4cc834
1 changed files with 0 additions and 3 deletions
  1. 0 3
      home-sqlpage/clip/save.sql

+ 0 - 3
home-sqlpage/clip/save.sql

@@ -19,9 +19,6 @@ SET request = json_object(
     )
 );
 SET qr = sqlpage.fetch($request);
-SELECT 'debug' AS component;
-SELECT $hash;
-SELECT $qr;
 INSERT INTO clip (hash, content, qr, created) VALUES ($hash, $content, $qr, CURRENT_TIMESTAMP)
 ON CONFLICT DO
 UPDATE SET