Remove debugging

This commit is contained in:
2025-06-04 14:12:05 +12:00
parent 12ae8d9a08
commit 72676915a8

View File

@@ -1,5 +1,3 @@
#! /bin/bash #! /bin/bash
ls -la
ls -la /
cppcheck "$2" --language=c++ --template="::{severity} file={file},line={line},col={column}::{message} | prbot" "$1" cppcheck "$2" --language=c++ --template="::{severity} file={file},line={line},col={column}::{message} | prbot" "$1"