mirror of
https://github.com/voideditor/void
synced 2026-05-23 01:18:25 +00:00
rm debug
This commit is contained in:
parent
a8ba44e49e
commit
9b861db77f
2 changed files with 0 additions and 3 deletions
|
|
@ -82,7 +82,6 @@ function buildWin32Setup(arch, target) {
|
|||
productJson['target'] = target;
|
||||
fs.writeFileSync(productJsonPath, JSON.stringify(productJson, undefined, '\t'));
|
||||
|
||||
console.log('RawVersion!!!!!!!!!!!!!!', pkg.version.replace(/-\w+$/, '')) // Void
|
||||
const quality = product.quality || 'dev';
|
||||
const definitions = {
|
||||
NameLong: product.nameLong,
|
||||
|
|
|
|||
|
|
@ -2981,8 +2981,6 @@ export const SidebarChat = () => {
|
|||
</div>
|
||||
|
||||
|
||||
console.log('!!!', Object.keys(chatThreadsState.allThreads).length)
|
||||
|
||||
|
||||
const threadPageInput = <div key={'input' + chatThreadsState.currentThreadId}>
|
||||
<div className='px-4'>
|
||||
|
|
|
|||
Loading…
Reference in a new issue